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 01702aa commit ef0f6acCopy full SHA for ef0f6ac
providers/openfeature-provider-env-var/pyproject.toml
@@ -63,7 +63,6 @@ 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",
0 commit comments