Skip to content

Commit

Permalink
fixup! TBR: Comment coverage report -m
Browse files Browse the repository at this point in the history
Signed-off-by: Nabarun Pal <[email protected]>
  • Loading branch information
palnabarun committed Jun 7, 2020
1 parent afe4a5c commit 843fe55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def test(session):
session.install("-r", "requirements.txt")
session.install("-r", "tools/requirements-test.txt")

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


Expand Down

0 comments on commit 843fe55

Please sign in to comment.