codecov: ignore coverage for pytests directory

This commit is contained in:
David Hewitt 2023-07-12 23:28:27 +01:00
parent ec0f0d4051
commit 88f6f572c0
1 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,5 @@ coverage:
ignore: ignore:
- tests/*.rs - tests/*.rs
- pytests/*.rs
- src/test_hygiene/*.rs - src/test_hygiene/*.rs
- src/impl_/ghost.rs