diff --git a/pyproject.toml b/pyproject.toml index ff5e8e38..ede2589b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ dependencies = [ ] [tool.hatch.envs.testing.scripts] test = "pytest {args:tests}" -test-cov = "pytest --cov {args:tests}" +test-cov = "pytest --durations=10 --cov {args:tests}" cov-report = [ "- coverage combine", "coverage report",