Skip to content

Commit

Permalink
Fix Coverage Configuration (#2571)
Browse files Browse the repository at this point in the history
* remove possibly malicious line from config

* exclude overload signatures from coverage
  • Loading branch information
Bibo-Joshi committed Jun 25, 2021
1 parent 105f1cc commit ec30266
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ omit =

[coverage:report]
exclude_lines =
pragma: no cover
@overload
if TYPE_CHECKING:
...

[mypy]
warn_unused_ignores = True
Expand Down

0 comments on commit ec30266

Please sign in to comment.