JuliaCI / Coverage.jl

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

better github action support? #284

Closed kyungminlee closed 3 years ago

kyungminlee commented 3 years ago

add_ci_to_kwargs from codecovio.jl can be updated to provide better support for GitHub Action. Current version ignores branch when submitting to CodeCov.

https://github.com/JuliaCI/Coverage.jl/blob/9ddfeafdbc5e8bf883967781d3d64460aadfa245/src/codecovio.jl#L142-L147

fingolfin commented 3 years ago

Unfortunately nobody is really working on Coverage.jl right now. If you have an inkling of what needs to be done here (e.g. how to figure out the correct branch and how to submit it), perhaps consider submitting a PR to Coverage.jl to get it done?