Skip to content

Commit 637f19e

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ def test(session):
2020
session.install("-r", "requirements.txt")
2121
session.install("-r", "tools/requirements-test.txt")
2222

23-
session.run("pytest", "--cov", "-v", "--tb=native")
24-
session.run("coverage", "report", "-m")
23+
session.run("pytest", "--cov", "--cov-report=xml", "-v", "--tb=native")
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)