We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef0f6ac commit b3e1c6dCopy full SHA for b3e1c6d
providers/openfeature-provider-env-var/pyproject.toml
@@ -63,12 +63,13 @@ addopts = "--cov --cov-report xml --cov-report html --junit-xml=tests-results.xm
63
[tool.hatch.envs.hatch-test.scripts]
64
run = "uv run pytest"
65
run-cov = "uv run pytest --cov --cov-report xml --cov-report html --junit-xml=tests-results.xml"
66
+cov-combine = "coverage combine"
67
cov-report = [
68
"coverage xml",
69
"coverage html",
70
"coverage report",
71
]
72
cov = [
- "coverage.xml",
73
+ ".coverage",
74
"tests-results.xml",
75
0 commit comments