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.
coverage>=7.2.7
1 parent 97c4199 commit 45a2b45Copy full SHA for 45a2b45
2 files changed
.coveragerc
@@ -0,0 +1,5 @@
1
+[report]
2
+exclude_also =
3
+ def __repr__
4
+ if __name__ == .__main__.:
5
+ if TYPE_CHECKING:
noxfile.py
@@ -15,7 +15,7 @@
15
from nox.command import CommandFailed
16
17
18
-COVERAGE_VERSION_REQUIREMENT = "coverage==5.5"
+COVERAGE_VERSION_REQUIREMENT = "coverage>=7.2.7"
19
IS_WINDOWS = sys.platform.lower().startswith("win")
20
IS_DARWIN = sys.platform.lower().startswith("darwin")
21
0 commit comments