mirror of https://github.com/rq/rq.git
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:
parent
7c1f96fafa
commit
ed7a171460
|
@ -5,3 +5,7 @@ omit =
|
|||
rq/contrib/legacy.py
|
||||
rq/dummy.py
|
||||
rq/local.py
|
||||
|
||||
[report]
|
||||
exclude_lines =
|
||||
if TYPE_CHECKING:
|
Loading…
Reference in New Issue