We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44826df commit fdc1116Copy full SHA for fdc1116
1 file changed
tox.ini
@@ -39,7 +39,8 @@ deps =
39
packaging ~= 21.3
40
pytest-cov ~= 4.1.0
41
pytest-randomly ~= 3.4
42
-
+setenv =
43
+ COVERAGE_FILE = .coverage.{envname}
44
commands = pytest -p no:mypy {posargs:--cov pytest_mypy --cov-branch --cov-fail-under 100 --cov-report term-missing -n auto}
45
46
[pytest]
0 commit comments