Skip to content

Commit 9af2371

Browse files
committed
fixup! TBR: Comment coverage report -m
Signed-off-by: Nabarun Pal <[email protected]>
1 parent 637f19e commit 9af2371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def test(session):
2121
session.install("-r", "tools/requirements-test.txt")
2222

2323
session.run("pytest", "--cov", "--cov-report=xml", "-v", "--tb=native")
24-
# session.run("coverage", "report", "-m")
24+
session.run("coverage", "report", "-m")
2525

2626

2727
@nox.session(python=["3.5", "3.6", "3.7", "3.8"])

0 commit comments

Comments
 (0)