Skip to content

Commit faf02b8

Browse files
committed
changes
1 parent 0b32868 commit faf02b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests-and-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
run: |
3838
pip install -e "./src/[dev]"
3939
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/
4140
python -m coverage combine
4241
python -m coverage report -m
4342
python -m coverage json
@@ -52,6 +51,7 @@ jobs:
5251
run: |
5352
pip install -e "./src/[dev]"
5453
COVERAGE_FILE=.coverage.segmentation python -m coverage run --include "src/valor_lite/*" -m pytest -v tests/semantic_segmentation/
54+
COVERAGE_FILE=.coverage.common python -m coverage run --include "src/valor_lite/*" -m pytest -v tests/common/
5555
python -m coverage combine
5656
python -m coverage report -m
5757
python -m coverage json

0 commit comments

Comments
 (0)