Ignore `if TYPE_CHECKING:` when measuring test coverage (#1875)

* Ignore `if TYPE_CHECKING:` when measuring test coverage

* Update codecov.yml instead

* Added "[report]" to coveragerc

* Revert "Update codecov.yml instead"

This reverts commit f68a905de4.
This commit is contained in:
Selwin Ong 2023-04-08 09:46:29 +07:00 committed by GitHub
parent 7c1f96fafa
commit ed7a171460
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -5,3 +5,7 @@ omit =
rq/contrib/legacy.py
rq/dummy.py
rq/local.py
[report]
exclude_lines =
if TYPE_CHECKING: