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 178d254 commit 779219cCopy full SHA for 779219c
1 file changed
tox.ini
@@ -12,6 +12,7 @@ extras =
12
[testenv:diffcov]
13
description = run tests and check that diff from main is covered
14
deps =
15
+ {[testenv]deps}
16
diff-cover
17
commands =
18
pytest {posargs} --cov-report xml
0 commit comments