ci: add backend coverage gate + upload report

This commit is contained in:
Ishan (OpenClaw)
2026-02-07 09:01:53 +00:00
parent 175126a44b
commit 43dd30768d
6 changed files with 124 additions and 1 deletions

View File

@@ -53,3 +53,11 @@ jobs:
# Keep CI builds deterministic and secretless.
NEXT_TELEMETRY_DISABLED: "1"
run: make check
- name: Upload coverage report (backend)
if: always()
uses: actions/upload-artifact@v4
with:
name: backend-coverage
path: backend/coverage.xml
if-no-files-found: warn