Commit Graph

5 Commits

Author SHA1 Message Date
Jamil Lambert, PhD f15e461baf
Add an exclusion for a mutant in a deprecated fn
Weekly mutation testing found a mutant in a deprecated function in
SignedAmount.

Exclude the function from mutation testing.
2025-03-26 09:50:50 +00:00
Jamil Lambert, PhD 44df39e72c
Skip deprecated functions in mutants.toml
Cargo mutants found mutants in `fee_vb` and `fee_wu`.

Both functions are deprecated.  Skip them in mutant testing.
2025-02-13 18:03:56 +00:00
Jamil Lambert, PhD 3c12d4eb1f
Add primitives to mutants.toml
Add exceptions for `primitives` to `mutants.toml`.

Add `primitives` to the list of paths to run cargo mutants on.
2025-02-11 18:32:37 +00:00
Jamil Lambert, PhD 32b05132b5
Reorganize mutants.toml
Generalize `deserialize` as an exception for everywhere.

Reword comment to make clearer
2025-02-11 18:23:47 +00:00
Shing Him Ng 462c7a1130 Add weekly cargo-mutants workflow 2025-01-21 17:01:27 -06:00