Skip to content

Commit 1ad49bb

Browse files
committed
coverage report to default name for CI
1 parent 2722781 commit 1ad49bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ python = ["3.9", "3.10", "3.11", "3.12"]
8888

8989
[tool.hatch.envs.test.scripts]
9090
run-coverage = "pytest --cov-config=pyproject.toml --cov=visiomode --cov=tests --cov-report term --cov-report xml:coverage.xml"
91-
run-coverage-ci = "run-coverage --cov-report=xml:coverage.xml"
91+
run-coverage-ci = "run-coverage --cov-report=xml"
9292
run = "run-coverage --no-cov"
9393

9494
[tool.hatch.envs.lint]

0 commit comments

Comments
 (0)