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 0b32868 commit faf02b8Copy full SHA for faf02b8
1 file changed
.github/workflows/tests-and-coverage.yml
@@ -37,7 +37,6 @@ jobs:
37
run: |
38
pip install -e "./src/[dev]"
39
COVERAGE_FILE=.coverage.detection python -m coverage run --include "src/valor_lite/*" -m pytest -v tests/object_detection/
40
- COVERAGE_FILE=.coverage.common python -m coverage run --include "src/valor_lite/*" -m pytest -v tests/common/
41
python -m coverage combine
42
python -m coverage report -m
43
python -m coverage json
@@ -52,6 +51,7 @@ jobs:
52
51
53
54
COVERAGE_FILE=.coverage.segmentation python -m coverage run --include "src/valor_lite/*" -m pytest -v tests/semantic_segmentation/
+ COVERAGE_FILE=.coverage.common python -m coverage run --include "src/valor_lite/*" -m pytest -v tests/common/
55
56
57
0 commit comments