Skip to content

Commit fa39f4c

Browse files
author
me
committed
attempt 3
1 parent c74328b commit fa39f4c

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/coverage.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,8 @@ jobs:
4242
run: |
4343
llvm-profdata merge -sparse default.profraw -o default.profdata
4444
45-
- name: Upload coverage to Codecov
46-
uses: codecov/codecov-action@v4
45+
- name: Upload coverage reports to Codecov
46+
uses: codecov/codecov-action@v5
4747
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
48+
token: ${{ secrets.CODECOV_TOKEN }}
49+
slug: pfeatherstone/https

0 commit comments

Comments
 (0)