Skip to content

Commit 843fe55

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ 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")
23+
session.run("pytest", "--cov", "--cov-report=xml", "-v", "--tb=native")
2424
# session.run("coverage", "report", "-m")
2525

2626

0 commit comments

Comments
 (0)