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 4e4ae09 commit c74328bCopy full SHA for c74328b
.github/workflows/coverage.yml
@@ -46,6 +46,7 @@ jobs:
46
uses: codecov/codecov-action@v4
47
with:
48
files: default.profdata
49
+ token: ${{ secrets.CODECOV_TOKEN }}
50
flags: fuzzer
51
name: codecov-coverage
52
fail_ci_if_error: true
0 commit comments