cargo-mutants
cargo-mutants copied to clipboard
RFE: generate a sourcemap of what code affects which tests
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.