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 e5e553f commit 35e3384Copy full SHA for 35e3384
.github/workflows/codecov.yml
@@ -23,9 +23,8 @@ jobs:
23
run: make cover_profile
24
25
- name: Upload coverage reports to Codecov
26
- uses: codecov/codecov-action@v4.5.0 # https://github.com/codecov/codecov-action
+ uses: codecov/codecov-action@v5.0.7 # https://github.com/codecov/codecov-action
27
with:
28
file: .build/coverage/unit_cover.out
29
exclude: ./
30
- token: ${{ secrets.CODECOV_TOKEN }}
31
slug: cadence-workflow/cadence
0 commit comments