We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1426d5f commit 060e085Copy full SHA for 060e085
CONTRIBUTING.md
@@ -27,7 +27,7 @@ checklist are addressed in your PR.
27
`pytest` must run without errors.
28
* Add unit tests for any new code not yet covered by tests.
29
* Make sure test coverage stays close to 100% for any change.
30
- Use `pytest --cov=zappend --cov-report=html` to verify.
+ Use `pytest --cov=xrlint --cov-report=html` to verify.
31
* If your change affects the current project documentation,
32
please adjust it and include the change in the PR.
33
Run `mkdocs serve` to verify.
0 commit comments