ci: add backend coverage gate + upload report
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user