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 ba814df commit 9e51923Copy full SHA for 9e51923
.github/workflows/cicd-main.yml
@@ -263,13 +263,12 @@ jobs:
263
rm -rf coverage-*
264
ls -al
265
266
- # Disabled for new repos initially
267
- # - name: Upload coverage reports to Codecov
268
- # uses: codecov/codecov-action@v5
269
- # with:
270
- # token: ${{ secrets.CODECOV_TOKEN }}
271
- # verbose: true
272
- # flags: ${{ matrix.flag }}
+ - name: Upload coverage reports to Codecov
+ uses: codecov/codecov-action@v5
+ with:
+ token: ${{ secrets.CODECOV_TOKEN }}
+ verbose: true
+ flags: ${{ matrix.flag }}
273
274
- name: Upload artifacts
275
uses: actions/upload-artifact@v4
0 commit comments