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 8d2458b commit 4034429Copy full SHA for 4034429
1 file changed
.github/workflows/tests-and-coverage.yml
@@ -52,7 +52,6 @@ jobs:
52
run: |
53
pip install -e "./src/[dev]"
54
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/
56
python -m coverage combine
57
python -m coverage report -m
58
python -m coverage json
@@ -67,7 +66,6 @@ jobs:
67
66
68
69
COVERAGE_FILE=.coverage.text_generation python -m coverage run --include "src/valor_lite/*" -m pytest -v tests/text_generation/
70
71
72
73
0 commit comments