We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 637f19e commit 9af2371Copy full SHA for 9af2371
noxfile.py
@@ -21,7 +21,7 @@ def test(session):
21
session.install("-r", "tools/requirements-test.txt")
22
23
session.run("pytest", "--cov", "--cov-report=xml", "-v", "--tb=native")
24
- # session.run("coverage", "report", "-m")
+ session.run("coverage", "report", "-m")
25
26
27
@nox.session(python=["3.5", "3.6", "3.7", "3.8"])
0 commit comments