Skip to content

Commit d0f697e

Browse files
committed
Try to get coveralls working again
1 parent c1e62d4 commit d0f697e

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
@@ -78,7 +78,7 @@ test-groups = ["dev"]
7878
test-command = [
7979
"python -c 'import mwparserfromhell.parser._tokenizer'",
8080
"pytest {project}/tests -rxs --cov=mwparserfromhell",
81-
"if mkdir -p /output; then mv .coverage /output/.coverage.$(uuidgen); fi"
81+
"if [[ $RUNNER_OS == Linux ]]; then mkdir -p /output && mv .coverage /output/.coverage.$(uuidgen); fi"
8282
]
8383

8484
[tool.pyright]

0 commit comments

Comments
 (0)