cargo-mutants icon indicating copy to clipboard operation
cargo-mutants copied to clipboard

RFE: generate a sourcemap of what code affects which tests

Open mathstuf opened this issue 1 year ago • 4 comments

It would be nice to be able to generate some kind of database that records what tests cover which source lines. This could then be consumed by something like nextest in conjunction with git diff to only run tests that are affected by the changes in a patch to avoid running the entire test suite all the time.

mathstuf avatar Oct 29 '24 20:10 mathstuf