fix codecov ignore paths for test folders
This commit is contained in:
parent
d7cf4270f3
commit
2ab678107f
|
@ -9,6 +9,6 @@ coverage:
|
|||
threshold: 0.25%
|
||||
|
||||
ignore:
|
||||
- tests/*.rs
|
||||
- pytests/*.rs
|
||||
- tests/
|
||||
- pytests/
|
||||
- src/test_hygiene/*.rs
|
||||
|
|
Loading…
Reference in New Issue