Skip to content

Commit e760c45

Browse files
authored
Add Codecov test results upload step
Add step to upload test results to Codecov in CI workflow.
1 parent f27169a commit e760c45

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,12 @@ jobs:
170170
# Release artifacts are built in the dedicated release.yml workflow.
171171
# CI purpose is testing (debug builds sufficient for test validation).
172172

173+
- name: Upload test results to Codecov
174+
if: ${{ !cancelled() }}
175+
uses: codecov/test-results-action@v1
176+
with:
177+
token: ${{ secrets.CODECOV_TOKEN }}
178+
173179
# Job 4: Security audit
174180
security_audit:
175181
name: Security Audit

0 commit comments

Comments
 (0)