Fix Coverage Configuration (#2571)

* remove possibly malicious line from config

* exclude overload signatures from coverage
This commit is contained in:
Bibo-Joshi 2021-06-25 09:02:46 +02:00 committed by GitHub
parent 105f1ccdb5
commit ec3026673b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,8 +43,9 @@ omit =
[coverage:report]
exclude_lines =
pragma: no cover
@overload
if TYPE_CHECKING:
...
[mypy]
warn_unused_ignores = True