Skip to content

Commit ec194dc

Browse files
MHHukiewitzhoh
andauthored
Update pyproject.toml
Co-authored-by: Hugo Herter <[email protected]>
1 parent 1ff3155 commit ec194dc

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
@@ -127,7 +127,7 @@ dependencies = [
127127
]
128128
[tool.hatch.envs.test.scripts]
129129
run-coverage = "pytest --cov-config=pyproject.toml --cov=pkg --cov=tests"
130-
run = "run-coverage --no-cov {args:.}"
130+
run = "pytest {args:.}"
131131
run-coverage-report = [
132132
"run-coverage",
133133
"- coverage combine",

0 commit comments

Comments
 (0)