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 0142c24 commit c9e2f02Copy full SHA for c9e2f02
.github/workflows/ci.yml
@@ -36,6 +36,7 @@ jobs:
36
-ignore-filename-regex="\/Benchmarks\/" \
37
-instr-profile .build/debug/codecov/default.profdata > info.lcov
38
- name: Upload to codecov.io
39
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v4
40
with:
41
files: info.lcov
42
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments