Skip to content

Commit

Permalink
ci codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislearn committed Jun 5, 2024
1 parent 92e5aec commit a41039f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ jobs:
- name: Upload to codecov
if: matrix.version == 'stable' && (github.ref == 'refs/heads/main' || github.event_name == 'push')
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: cobertura.xml

0 comments on commit a41039f

Please sign in to comment.