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.
src/
1 parent a8aa1da commit 792be3dCopy full SHA for 792be3d
.github/workflows/backend.yml
@@ -85,9 +85,7 @@ jobs:
85
if: ${{ matrix.coverage }}
86
timeout-minutes: 10
87
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
+ run: python -m pytest -n auto --cov=skore tests/
91
92
- name: Upload coverage reports
93
if: ${{ matrix.coverage && (github.event_name == 'pull_request') }}
0 commit comments