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 637f19e commit 9af2371
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 @@ -21,7 +21,7 @@ def test(session):
session.install("-r", "tools/requirements-test.txt")

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


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

0 comments on commit 9af2371

Please sign in to comment.