Skip to content

Commit

Permalink
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 e1d7ae3 commit 637f19e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ def test(session):
session.install("-r", "requirements.txt")
session.install("-r", "tools/requirements-test.txt")

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


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

0 comments on commit 637f19e

Please sign in to comment.