We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e9914b commit 0419bf3Copy full SHA for 0419bf3
REQUIRE
@@ -2,4 +2,4 @@ julia 0.4
2
JSON
3
Requests
4
Git
5
-Compat 0.8
+Compat 0.9.5
test/runtests.jl
@@ -34,7 +34,7 @@ cd(Pkg.dir("Coverage")) do
34
# we only have a single file, but we want to test on the Vector of file results
35
LCOV.write(lcov, FileCoverage[r])
36
open(joinpath(datadir, "expected.info")) do f
37
- @test takebuf_string(lcov) == readstring(f)
+ @test String(take!(lcov)) == readstring(f)
38
end
39
40
# Test a file from scratch
0 commit comments