Skip to content

Commit 4034429

Browse files
committed
tweaking more
1 parent 8d2458b commit 4034429

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
run: |
5353
pip install -e "./src/[dev]"
5454
COVERAGE_FILE=.coverage.segmentation python -m coverage run --include "src/valor_lite/*" -m pytest -v tests/semantic_segmentation/
55-
COVERAGE_FILE=.coverage.common python -m coverage run --include "src/valor_lite/*" -m pytest -v tests/common/
5655
python -m coverage combine
5756
python -m coverage report -m
5857
python -m coverage json
@@ -67,7 +66,6 @@ jobs:
6766
run: |
6867
pip install -e "./src/[dev]"
6968
COVERAGE_FILE=.coverage.text_generation python -m coverage run --include "src/valor_lite/*" -m pytest -v tests/text_generation/
70-
COVERAGE_FILE=.coverage.common python -m coverage run --include "src/valor_lite/*" -m pytest -v tests/common/
7169
python -m coverage combine
7270
python -m coverage report -m
7371
python -m coverage json

0 commit comments

Comments
 (0)