Skip to content

Commit 56214f9

Browse files
authored
Merge pull request #3 from NVIDIA-NeMo/pablo-garay-add-code-coverage
Enable CodeCov
2 parents d6631a9 + 6d3ebba commit 56214f9

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
@@ -235,13 +235,12 @@ jobs:
235235
rm -rf coverage-*
236236
ls -al
237237
238-
# Disabled for new repos initially
239-
# - name: Upload coverage reports to Codecov
240-
# uses: codecov/codecov-action@v5
241-
# with:
242-
# token: ${{ secrets.CODECOV_TOKEN }}
243-
# verbose: true
244-
# flags: ${{ matrix.flag }}
238+
- name: Upload coverage reports to Codecov
239+
uses: codecov/codecov-action@v5
240+
with:
241+
token: ${{ secrets.CODECOV_TOKEN }}
242+
verbose: true
243+
flags: ${{ matrix.flag }}
245244

246245
- name: Upload artifacts
247246
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)