Skip to content

Commit d1b5330

Browse files
committed
upgrade cargo mutants to v25.2.2
This updates cargo mutants to 25.2.2 to allow us to catch more mutants and add some more precise exclusions.
1 parent 57ec41b commit d1b5330

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.cargo/mutants.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
additional_cargo_args = ["--all-features"]
2+
gitignore = true
23
examine_globs = ["payjoin/src/core/uri/*.rs", "payjoin/src/core/receive/**/*.rs", "payjoin/src/core/send/**/*.rs"]
34
exclude_globs = []
45
exclude_re = [

.github/workflows/cron-weekly-mutants.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: taiki-e/install-action@v2
1414
with:
15-
tool: cargo-mutants@25.0.1
15+
tool: cargo-mutants@25.2.2
1616
- run: cargo mutants --in-place --no-shuffle
1717
- uses: actions/upload-artifact@v4
1818
if: always()

0 commit comments

Comments
 (0)