Skip to content

Commit

Permalink
Add Protocols, remove @overload, from .coveragerc exclude_also (#135
Browse files Browse the repository at this point in the history
)

Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
  • Loading branch information
Avasam and jaraco authored Aug 8, 2024
1 parent 06acfd2 commit dd30b76
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ disable_warnings =
[report]
show_missing = True
exclude_also =
# jaraco/skeleton#97
@overload
# Exclude common false positives per
# https://coverage.readthedocs.io/en/latest/excluding.html#advanced-exclusion
# Ref jaraco/skeleton#97 and jaraco/skeleton#135
class .*\bProtocol\):
if TYPE_CHECKING:

0 comments on commit dd30b76

Please sign in to comment.