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 9dcce14 commit b4d5c73Copy full SHA for b4d5c73
pyproject.toml
@@ -95,6 +95,9 @@ run = [
95
"playwright install-deps",
96
"pytest{env:HATCH_TEST_ARGS:} {args}",
97
]
98
+run-cov = "coverage run -m pytest{env:HATCH_TEST_ARGS:} {args}"
99
+cov-combine = "coverage combine"
100
+cov-report = "coverage report"
101
102
[tool.hatch.envs.hatch-test]
103
extra-dependencies = [
0 commit comments