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

Source-based coverage #31

Open davidhewitt opened 3 years ago

davidhewitt commented 3 years ago

Motivation

I'd love to see support for the new source-based profiling as an action, similar to grcov and tarpaulin actions.

Additional context

See https://blog.rust-lang.org/inside-rust/2020/11/12/source-based-code-coverage.html

Swatinem commented 3 years ago

I was playing around with this recently and created https://github.com/Swatinem/fucov#fucov, although all of this is still experimental I would say.