Skip to content

Commit b3e1c6d

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,13 @@ 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"
6667
cov-report = [
6768
"coverage xml",
6869
"coverage html",
6970
"coverage report",
7071
]
7172
cov = [
72-
"coverage.xml",
73+
".coverage",
7374
"tests-results.xml",
7475
]

0 commit comments

Comments
 (0)