Skip to content

Commit

Permalink
Upload coverage from all Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelosthege committed Apr 22, 2024
1 parent 479ca7d commit b35be42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
pytest -v --cov=./mcbackend --cov-report xml --cov-report term-missing mcbackend/
- name: Upload coverage
uses: codecov/codecov-action@v4
if: matrix.python-version == 3.11
with:
file: ./coverage.xml
fail_ci_if_error: false
Expand Down

0 comments on commit b35be42

Please sign in to comment.