coverage: ignore tests
This commit is contained in:
parent
0215054012
commit
c257c676f4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue