- How to choose 0.6 for appveyor testing? nightly now points to 0.7
- Can coveralls.io be configured to display the highest coverage within a set of build?
Two small testing questions
See example at https://github.com/JuliaLang/Example.jl/blob/master/appveyor.yml.
No idea about your second question though. Isn’t that what Coveralls does by default?
i also thought that, but i see now in https://github.com/JuliaGraphics/Cairo.jl a coverage badge of 85, while the build is (max) 89 https://coveralls.io/builds/11620290 and 1 dedicated test is 80 only.
That’s a bug in the badge you’re seeing, maybe because of caching. I see 89% here (both in README.md and on Coveralls).
89% here too. I have also had troubles with the coverage badges being heavily cached and taken a long time to update. Perhaps Ctrl + F5 might do the trick for you.
The URL has just been changed, the example will probably be updated soon (like all other Julia packages).
I think @staticfloat’s script missed a subset of packages. Not sure exactly what happened with it.