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 c6afbf7 commit c7ae389Copy full SHA for c7ae389
1 file changed
.github/workflows/coverage.yml
@@ -99,6 +99,11 @@ jobs:
99
github-token: ${{ secrets.GITHUB_TOKEN }}
100
continue-on-error: ${{ matrix.experimental != 'false' }}
101
102
+ - name: Upload coverage to Codecov
103
+ uses: codecov/codecov-action@v5
104
+ with:
105
+ token: ${{ secrets.CODECOV_TOKEN }}
106
+
107
- name: Upload test results to Codecov
108
if: ${{ !cancelled() }}
109
uses: codecov/test-results-action@v1
0 commit comments