grcov icon indicating copy to clipboard operation
grcov copied to clipboard

Enable new Rust code coverage instrumentation

Open zbraniecki opened this issue 4 years ago • 4 comments

grcov merged https://github.com/mozilla/grcov/issues/509#issuecomment-732817023 - it would be great to have access to it from the action.

zbraniecki avatar Nov 25 '20 08:11 zbraniecki

This is solvable manually for the time being: https://github.com/Blightmud/Blightmud/blob/dev/.github/workflows/coverage.yml

LiquidityC avatar Jan 01 '21 21:01 LiquidityC

@LiquidityC Thank you for your nice example! We use it at https://github.com/PyO3/pyo3

kngwyu avatar Apr 11 '21 06:04 kngwyu

Thank you @LiquidityC ! I managed to make it work on Rust stable #141 (https://github.com/actions-rs/grcov/issues/141#issuecomment-1328294877)

williamdes avatar Nov 27 '22 17:11 williamdes

Would be nice to keep this repo updated?

liufuyang avatar Feb 26 '23 10:02 liufuyang