File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
hooks/openfeature-hooks-opentelemetry Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -27,17 +27,23 @@ Homepage = "https://github.com/open-feature/python-sdk-contrib"
27
27
28
28
[tool .hatch ]
29
29
30
- [tool .hatch .envs .default ]
30
+ [tool .hatch .envs .hatch-test ]
31
31
dependencies = [
32
32
" coverage[toml]>=6.5" ,
33
33
" pytest" ,
34
34
]
35
+ pre-install-commands = [
36
+ " hatch build" ,
37
+ ]
35
38
36
- [tool .hatch .envs .default .scripts ]
37
- test = " pytest {args:tests}"
38
- test-cov = " coverage run -m pytest {args:tests}"
39
+ [tool .hatch .envs .hatch-test .scripts ]
40
+ run = " pytest {args:tests}"
41
+ run-cov = " coverage run -m pytest {args:tests}"
42
+ cov-combine = " coverage combine"
39
43
cov-report = [
40
44
" coverage xml" ,
45
+ " coverage html" ,
46
+ " coverage report" ,
41
47
]
42
48
cov = [
43
49
" test-cov" ,
You can’t perform that action at this time.
0 commit comments