We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f27169a commit e760c45Copy full SHA for e760c45
.github/workflows/ci.yml
@@ -170,6 +170,12 @@ jobs:
170
# Release artifacts are built in the dedicated release.yml workflow.
171
# CI purpose is testing (debug builds sufficient for test validation).
172
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
+
179
# Job 4: Security audit
180
security_audit:
181
name: Security Audit
0 commit comments