JuliaAttic / Color.jl

Basic color manipulation utilities.
Other
47 stars 21 forks source link

test coverage % incorrect? #79

Closed catawbasam closed 9 years ago

catawbasam commented 9 years ago

The coverage badge reports '0', despite numerous tests in /test. Perhaps the tests aren't being fired off?

jiahao commented 9 years ago

811665528e507e6559daf379bb00ee70c063a496 updated the Travis CI configuration but the default probably does not produce any coverage data.

timholy commented 9 years ago

Bizarre: https://github.com/JuliaLang/Color.jl/blob/b868a112144dbe7a66429124b8cfcb4ab52765be/.travis.yml#L10

and https://travis-ci.org/JuliaLang/Color.jl/jobs/50709224

which seem to indicate coverage ran just fine.

timholy commented 9 years ago

Ah, the .cov files are just not being generated.