Releases: JuliaCI/Coverage.jl
Releases · JuliaCI/Coverage.jl
v0.6.0
Add testsets and use Supporessor for capturing stdout (#169)
v0.5.4
Fix some 0.7 deprecation warnings (#162)
* Fix some 0.7 deprecation warnings
* try without catch
v0.5.3
Merge pull request #158 from JuliaCI/ksh/fixparsebug
Fix parser positioning issue
v0.5.2: Merge pull request #148 from JuliaCI/aa/tests
Fix coveralls submission issues and get Travis tests to be more coherent.
v0.5.1
Fix conversion of response to string (#147)
v0.5.0
Migrate to 0.6+ and HTTP.jl (#144)
* Drop support for Julia 0.5
* Migrate from Requests to HTTP
* Fix depwarns for 0.7
* Get rid of "does julia run the script" tests
v0.4.0
escape_string test filename (#129)
v0.3.3: don't assume julia is on the path (#123)
* don't assume julia is on the path
or that the package is installed under Pkg.dir
* squash this