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 7622499 commit ae78406Copy full SHA for ae78406
pyproject.toml
@@ -96,7 +96,7 @@ dependencies = [
96
]
97
[tool.hatch.envs.testing.scripts]
98
test = "pytest {args:tests}"
99
-test-cov = "pytest --cov {args:tests}"
+test-cov = "pytest --durations=10 --cov {args:tests}"
100
cov-report = [
101
"- coverage combine",
102
"coverage report",
0 commit comments