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 c74328b commit fa39f4cCopy full SHA for fa39f4c
.github/workflows/coverage.yml
@@ -42,12 +42,8 @@ jobs:
42
run: |
43
llvm-profdata merge -sparse default.profraw -o default.profdata
44
45
- - name: Upload coverage to Codecov
46
- uses: codecov/codecov-action@v4
+ - name: Upload coverage reports to Codecov
+ uses: codecov/codecov-action@v5
47
with:
48
- files: default.profdata
49
- token: ${{ secrets.CODECOV_TOKEN }}
50
- flags: fuzzer
51
- name: codecov-coverage
52
- fail_ci_if_error: true
53
- verbose: true
+ token: ${{ secrets.CODECOV_TOKEN }}
+ slug: pfeatherstone/https
0 commit comments