Skip to content

Commit c7ae389

Browse files
committed
👷 Latest CodeCov action
1 parent c6afbf7 commit c7ae389

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ jobs:
9999
github-token: ${{ secrets.GITHUB_TOKEN }}
100100
continue-on-error: ${{ matrix.experimental != 'false' }}
101101

102+
- name: Upload coverage to Codecov
103+
uses: codecov/codecov-action@v5
104+
with:
105+
token: ${{ secrets.CODECOV_TOKEN }}
106+
102107
- name: Upload test results to Codecov
103108
if: ${{ !cancelled() }}
104109
uses: codecov/test-results-action@v1

0 commit comments

Comments
 (0)