Skip to content

Commit dfbeb8c

Browse files
Updating to v5 of codecov.
1 parent b82b4ed commit dfbeb8c

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,8 @@ jobs:
4141
- name: Run test suite
4242
run: make coverage
4343

44-
- uses: codecov/codecov-action@v4
45-
env:
46-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
44+
- uses: codecov/codecov-action@v5
4745
with:
4846
files: ./build/logs/clover.xml
49-
#flags: unittests # optional
50-
#name: codecov-umbrella # optional
51-
#fail_ci_if_error: true # optional (default = false)
52-
#verbose: true # optional (default = false)
47+
token: ${{ secrets.CODECOV_TOKEN }}
48+
slug: nimbly/Syndicate

0 commit comments

Comments
 (0)