Skip to content

Commit

Permalink
Tweak coverage configuration for type checking (#97)
Browse files Browse the repository at this point in the history
* Tweak coverage configuration for type checking

* Use `exclude_also` instead of `exclude_lines`

Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>

* Add reference to the issue.

---------

Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
  • Loading branch information
3 people committed Feb 6, 2024
1 parent 29e5d34 commit 2a402a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ disable_warnings =

[report]
show_missing = True
exclude_also =
# jaraco/skeleton#97
@overload
if TYPE_CHECKING:

0 comments on commit 2a402a3

Please sign in to comment.