Skip to content

Commit

Permalink
infra: Only run Codecov check once (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
speller26 authored Jun 27, 2023
1 parent 6bb16fc commit 12b8106
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: ${{ strategy.job-index }} == 0

0 comments on commit 12b8106

Please sign in to comment.