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% threshold: 0.25%
ignore: ignore:
- tests/*.rs - tests/
- pytests/*.rs - pytests/
- src/test_hygiene/*.rs - src/test_hygiene/*.rs