fix codecov ignore paths for test folders

This commit is contained in:
David Hewitt 2023-09-16 23:10:03 +02:00
parent d7cf4270f3
commit 2ab678107f
1 changed files with 2 additions and 2 deletions

View File

@ -9,6 +9,6 @@ coverage:
threshold: 0.25%
ignore:
- tests/*.rs
- pytests/*.rs
- tests/
- pytests/
- src/test_hygiene/*.rs