diff --git a/pyproject.toml b/pyproject.toml index 6ae1afd..d3324a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ ] [tool.hatch.envs.default.scripts] test = "pytest {args:tests}" -test-cov = "coverage run -m pytest {args:tests}" +test-cov = "coverage run -m pytest {args:tests} --junitxml=junit/test-results.xml" cov-report = [ "- coverage combine", "coverage report",