We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 821b5fd commit 86492f7Copy full SHA for 86492f7
.github/workflows/ci.yml
@@ -94,11 +94,13 @@ jobs:
94
95
- name: Upload to codecov.io
96
if: ${{ startsWith(matrix.os, 'ubuntu-') }}
97
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
98
with:
99
files: lcov.info
100
fail_ci_if_error: true
101
- token: ${{ secrets.CODECOV_TOKEN }}
+ verbose: true
102
+ env:
103
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
104
105
- name: Install benchmarking tools
106
if: ${{ github.ref == 'refs/heads/main' && startsWith(matrix.os, 'ubuntu-') }}
0 commit comments