Skip to content

Commit ef0f6ac

Browse files
committed
Add basic env var provider
Signed-off-by: christian.lutnik <[email protected]>
1 parent 01702aa commit ef0f6ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

providers/openfeature-provider-env-var/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ addopts = "--cov --cov-report xml --cov-report html --junit-xml=tests-results.xm
6363
[tool.hatch.envs.hatch-test.scripts]
6464
run = "uv run pytest"
6565
run-cov = "uv run pytest --cov --cov-report xml --cov-report html --junit-xml=tests-results.xml"
66-
cov-combine = "coverage combine"
6766
cov-report = [
6867
"coverage xml",
6968
"coverage html",

0 commit comments

Comments
 (0)