We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee95b1f commit b21c7f1Copy full SHA for b21c7f1
.coveragerc
@@ -3,3 +3,8 @@ concurrency = multiprocessing, thread
3
parallel = true
4
sigterm = true
5
omit = tests/**/*.py, docs/**/*.py
6
+
7
+[report]
8
+exclude_lines =
9
+ pragma: no cover
10
+ if TYPE_CHECKING:
0 commit comments