We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aba666 commit ba398e9Copy full SHA for ba398e9
.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