Skip to content

Commit 685bdd8

Browse files
Remind claude to run tests with coverage
1 parent 892c1dc commit 685bdd8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,5 @@ Sample VCZ → `infer_ancestors` → Ancestor VCZ → `match` → raw `tskit.Tre
128128
- Test helpers are in `tests/helpers.py` (e.g., `make_sample_vcz`, `make_ancestor_vcz`)
129129
- `tests/algorithm.py` contains Python reference implementations used to verify C code
130130
- `msprime` is used to simulate test data
131+
- Run the test suite with coverage after each change to ensure that new code is fully
132+
covered by tests.

0 commit comments

Comments
 (0)