Skip to content

Commit 562aec9

Browse files
committed
Lower expected coverage to 96.72%
It's 100% in some envs but not the others.
1 parent 83af2c0 commit 562aec9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.coveragerc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ exclude_also =
2222
^\s*return NotImplemented\b
2323
^\s*raise$
2424
^if __name__ == ['"]__main__['"]:$
25+
fail_under = 96.72
2526
2627
[run]
2728
branch = true

0 commit comments

Comments
 (0)