JuliaCI / Coverage.jl

Take Julia code coverage and memory allocation results, do useful things with them
MIT License
174 stars 68 forks source link

Coverage uploading question #278

Closed logankilpatrick closed 3 years ago

logankilpatrick commented 4 years ago

Hey all, from the README: "If you are using Travis with language: julia, simply add codecov: true to your .travis.yml."...

Does this mean that all I need is: "codecov: true" in my travis file and coverage stats should be getting uploaded?

vtjnash commented 3 years ago

yes