Skip to content

Commit afe4a5c

Browse files
committed
TBR: Comment coverage report -m
Signed-off-by: Nabarun Pal <[email protected]>
1 parent 36da6a1 commit afe4a5c

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", "-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)