Skip to content

Commit 71be8c4

Browse files
committed
docs: mutation-testing CI glob *storage_json* in Running section
Made-with: Cursor
1 parent bdb0533 commit 71be8c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/mutation-testing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cargo mutants -f '*storage_pg*'
1515
cargo mutants -f '*cost*'
1616
```
1717

18-
CI runs mutation on `storage_json` with a timeout; see [CI job](#ci) below.
18+
CI runs mutation on `*storage_json*` with a timeout; see [CI job](#ci) below.
1919

2020
## Known equivalent / accepted mutants
2121

@@ -40,7 +40,7 @@ If new mutants appear in these regions, add assertions that would fail on the wr
4040
## Pre-push vs CI
4141

4242
- **Pre-push** (`.githooks/pre-push`): Runs unit tests, `cargo audit`, web build+test. Does *not* run mutation (too slow for every push).
43-
- **CI mutation job**: Runs `cargo mutants -f storage_json` (or one crate) on a schedule or on PRs to main. Fails if "missed" count increases beyond the baseline in this doc.
43+
- **CI mutation job**: Runs `cargo mutants -f '*storage_json*'` on PRs/push to main. Fails if "missed" count increases beyond the baseline in this doc.
4444
- For a quick local push without full checks: `git push --no-verify` (use sparingly; CI will still run).
4545

4646
## CI

0 commit comments

Comments
 (0)