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 d3f3d44 commit 59d0bf3Copy full SHA for 59d0bf3
.coveragerc
@@ -6,3 +6,6 @@ branch = 1
6
[report]
7
include = pytest_django/*,pytest_django_test/*,tests/*
8
skip_covered = 1
9
+exclude_lines =
10
+ pragma: no cover
11
+ if TYPE_CHECKING:
0 commit comments