We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98dbcdc commit 0cc6fe6Copy full SHA for 0cc6fe6
.github/workflows/devel-push.yml
@@ -139,7 +139,7 @@ jobs:
139
if: ${{ matrix.config.name == 'Coverity' }}
140
141
- name: Upload to Codecov.io
142
- shell: bash
143
- working-directory: ${{ github.workspace }}/build
144
- run: bash <(curl -s https://codecov.io/bash)
+ uses: codecov/codecov-action@main
+ with:
+ token: ${{ secrets.CODECOV_TOKEN }}
145
if: ${{ matrix.config.name == 'Codecov' }}
0 commit comments