coverage: ignore tests

This commit is contained in:
David Hewitt 2021-06-29 22:11:08 +01:00
parent 0215054012
commit c257c676f4
1 changed files with 3 additions and 0 deletions

View File

@ -7,3 +7,6 @@ coverage:
target: auto
# Allow a tiny drop of overall project coverage in PR to reduce spurious failures.
threshold: 0.25%
ignore:
- tests/*.rs