Skip to content

Commit dd30b76

Browse files
Avasamjaraco
andauthored
Add Protocols, remove @overload, from .coveragerc exclude_also (jaraco/skeleton#135)
Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
1 parent 06acfd2 commit dd30b76

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.coveragerc

+4-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ disable_warnings =
88
[report]
99
show_missing = True
1010
exclude_also =
11-
# jaraco/skeleton#97
12-
@overload
11+
# Exclude common false positives per
12+
# https://coverage.readthedocs.io/en/latest/excluding.html#advanced-exclusion
13+
# Ref jaraco/skeleton#97 and jaraco/skeleton#135
14+
class .*\bProtocol\):
1315
if TYPE_CHECKING:

0 commit comments

Comments
 (0)