Skip to content

Commit 792be3d

Browse files
committed
ci: Compute coverage only on src/
1 parent a8aa1da commit 792be3d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/backend.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,7 @@ jobs:
8585
if: ${{ matrix.coverage }}
8686
timeout-minutes: 10
8787
working-directory: skore/
88-
run: |
89-
mkdir coverage
90-
python -m pytest -n auto --junitxml=coverage/coverage.xml --cov=skore src/ tests/ | tee coverage/coverage.txt
88+
run: python -m pytest -n auto --cov=skore tests/
9189

9290
- name: Upload coverage reports
9391
if: ${{ matrix.coverage && (github.event_name == 'pull_request') }}

0 commit comments

Comments
 (0)