Skip to content

Commit

Permalink
ci: Fix pytest-cov and pytest-xdist bug
Browse files Browse the repository at this point in the history
  • Loading branch information
thomass-dev committed Jan 3, 2025
1 parent b25d003 commit eaa4282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
working-directory: skore/
run: |
mkdir coverage
python -m pytest -n auto src/ tests/ --junitxml=coverage/coverage.xml --cov | tee coverage/coverage.txt
python -m pytest -n auto src/ tests/ --junitxml=coverage/coverage.xml --cov-config=pyproject.toml --cov | tee coverage/coverage.txt
- name: Upload coverage reports
if: ${{ matrix.coverage && (github.event_name == 'pull_request') }}
Expand Down

0 comments on commit eaa4282

Please sign in to comment.