Skip to content

Commit 9e51923

Browse files
committed
Enable code coverage
Signed-off-by: Charlie Truong <[email protected]>
1 parent ba814df commit 9e51923

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/cicd-main.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -263,13 +263,12 @@ jobs:
263263
rm -rf coverage-*
264264
ls -al
265265
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 }}
266+
- name: Upload coverage reports to Codecov
267+
uses: codecov/codecov-action@v5
268+
with:
269+
token: ${{ secrets.CODECOV_TOKEN }}
270+
verbose: true
271+
flags: ${{ matrix.flag }}
273272

274273
- name: Upload artifacts
275274
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)