Skip to content

Commit 45a2b45

Browse files
committed
Switch to coverage>=7.2.7
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
1 parent 97c4199 commit 45a2b45

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.coveragerc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[report]
2+
exclude_also =
3+
def __repr__
4+
if __name__ == .__main__.:
5+
if TYPE_CHECKING:

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from nox.command import CommandFailed
1616

1717

18-
COVERAGE_VERSION_REQUIREMENT = "coverage==5.5"
18+
COVERAGE_VERSION_REQUIREMENT = "coverage>=7.2.7"
1919
IS_WINDOWS = sys.platform.lower().startswith("win")
2020
IS_DARWIN = sys.platform.lower().startswith("darwin")
2121

0 commit comments

Comments
 (0)