Skip to content

Commit 21240a5

Browse files
authored
chore: update coverage target in pytest command
1 parent 859594d commit 21240a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ description = "Run Pytest with coverage"
2323
run = """
2424
#!/usr/bin/env bash
2525
set -euxo pipefail
26-
uv run pytest --junitxml=pytest.xml --cov-report=term-missing:skip-covered --cov=zutool tests/ | tee pytest-coverage.txt
26+
uv run pytest --junitxml=pytest.xml --cov-report=term-missing:skip-covered --cov=deepl tests/ | tee pytest-coverage.txt
2727
"""
2828

2929
[tasks.build]

0 commit comments

Comments
 (0)