Skip to content

Commit 060e085

Browse files
committed
fix
1 parent 1426d5f commit 060e085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ checklist are addressed in your PR.
2727
`pytest` must run without errors.
2828
* Add unit tests for any new code not yet covered by tests.
2929
* Make sure test coverage stays close to 100% for any change.
30-
Use `pytest --cov=zappend --cov-report=html` to verify.
30+
Use `pytest --cov=xrlint --cov-report=html` to verify.
3131
* If your change affects the current project documentation,
3232
please adjust it and include the change in the PR.
3333
Run `mkdocs serve` to verify.

0 commit comments

Comments
 (0)