We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98bf785 commit 3e6a169Copy full SHA for 3e6a169
.github/workflows/ci-build.yml
@@ -29,6 +29,8 @@ jobs:
29
lcov --list coverage.info
30
- name: Upload coverage report
31
uses: codecov/codecov-action@v4
32
+ env:
33
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
34
35
linux-release:
36
runs-on: ubuntu-latest
0 commit comments