Skip to content

Commit 6cadc06

Browse files
committed
Exclude mac specific from coverage report as it is only on main
1 parent ff9f790 commit 6cadc06

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.coveragerc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ exclude_lines =
55
; Don't complain about overload type specifications, they aren't run:
66
@(typing\.)?overload
77
assert_never
8+
if sys.platform == "darwin":

0 commit comments

Comments
 (0)