Skip to content

Commit

Permalink
infra: Only run Codecov check once
Browse files Browse the repository at this point in the history
  • Loading branch information
speller26 committed Jun 27, 2023
1 parent 38440dc commit 1b5a116
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ jobs:
tox -e unit-tests
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v3
if: ${{ matrix.os }} == "ubuntu-latest" && ${{ matrix.python-version }} == "3.11"

0 comments on commit 1b5a116

Please sign in to comment.