Skip to content

Commit

Permalink
Upload codecov only once
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt committed Oct 14, 2024
1 parent 1b79d3a commit bed2d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

- name: Upload coverage reports to Codecov with GitHub Action on Python 3.10
uses: codecov/codecov-action@v4
if: ${{ matrix.python-version == '3.10' }}
if: ${{ matrix.python-version == '3.10' && matrix.resolution == 'highest' }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit bed2d0c

Please sign in to comment.