We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cde989f commit aa5f77fCopy full SHA for aa5f77f
.coveragerc
@@ -0,0 +1,6 @@
1
+[report]
2
+exclude_lines =
3
+ pragma: no cover
4
+ # Don't complain if tests don't hit defensive assertion code:
5
+ # See: https://stackoverflow.com/a/9212387/3407256
6
+ raise NotImplementedError
0 commit comments