JuliaCI / PkgTemplates.jl

Create new Julia packages, the easy way
https://juliaci.github.io/PkgTemplates.jl
MIT License
634 stars 101 forks source link

Use Travis builtin support for codecov and coveralls? #68

Open harryscholes opened 5 years ago

harryscholes commented 5 years ago

Travis now adds codecov and coveralls support:

codecov: true
coveralls: true

https://docs.travis-ci.com/user/languages/julia/#coverage

christopher-dG commented 5 years ago

IIRC that support is kind of broken in that it causes build errors instead of failures. @ararslan could you comment?

ararslan commented 5 years ago

Been a while since I've looked at it. I think @simonbyrne would have the most up-to-date knowledge on that, since he's the one who implemented it.

simonbyrne commented 5 years ago

Yes it is broken: I tried to fix it in https://github.com/travis-ci/travis-build/pull/1571, but got stuck.

harryscholes commented 5 years ago

Ahh okay. We could close this for now and maybe implement the changes when Travis is fixed

christopher-dG commented 5 years ago

I'll leave it open, since otherwise I'll probably forget about it :upside_down_face: