actions-rs / meta

🦀 GitHub Actions for Rust - recipes, discussions, questions and ideas
https://github.com/actions-rs
Creative Commons Zero v1.0 Universal
353 stars 15 forks source link

Tracking issue for grcov Action #3

Closed svartalf closed 4 years ago

svartalf commented 4 years ago

As in https://github.com/mozilla/grcov

svartalf commented 4 years ago

For reference: repo is here and the development is going on at the dev branch.

lucasbrendel commented 4 years ago

Would this example by codecov be something that would be better done in a separate action? Like an actions-rs/kcov?

svartalf commented 4 years ago

@lucasbrendel well, maybe? I'm not sure yet, as the main focus is on the grcov and tarpaulin support right now.

I'm wondering if it would be easier just to use the kcov Docker container to generate report, rather then managing the same stuff in the GH Action

lucasbrendel commented 4 years ago

@svartalf thanks and you may be correct. I have not used tarpaulin myself but looking at the README it might already do what i need, i just need to actually try it out so then my question could become pointless.

svartalf commented 4 years ago

As the grcov Action is published now, I'm going to close this issue; all further discussions should be in there