We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 859594d commit 21240a5Copy full SHA for 21240a5
mise.toml
@@ -23,7 +23,7 @@ description = "Run Pytest with coverage"
23
run = """
24
#!/usr/bin/env bash
25
set -euxo pipefail
26
-uv run pytest --junitxml=pytest.xml --cov-report=term-missing:skip-covered --cov=zutool tests/ | tee pytest-coverage.txt
+uv run pytest --junitxml=pytest.xml --cov-report=term-missing:skip-covered --cov=deepl tests/ | tee pytest-coverage.txt
27
"""
28
29
[tasks.build]
0 commit comments