ci: replace upload-artifact@v4 with inline coverage echo (not compatible with Gitea)
CI / Env docs check (push) Successful in 15s
CI / Docker compose check (push) Successful in 14s
CI / Nginx config check (push) Successful in 15s
CI / Frontend major deps (push) Failing after 25s
CI / Frontend deps check (push) Successful in 27s
CI / Go build (push) Successful in 37s
CI / Secrets scan (push) Successful in 38s
CI / Frontend build (push) Successful in 46s
CI / Knip (push) Successful in 33s
CI / Frontend a11y check (push) Successful in 1m40s
CI / Go vet (prod) (push) Successful in 2m12s
CI / Go vet (dev) (push) Successful in 2m15s
CI / go mod tidy (push) Successful in 1m38s
CI / Staticcheck (prod) (push) Successful in 3m31s
CI / Staticcheck (dev) (push) Successful in 3m34s
CI / golangci-lint (push) Successful in 3m47s
CI / Go vulnerabilities (push) Successful in 2m45s
CI / Frontend QC (audit) (push) Successful in 2m41s
CI / Security scan (prod) (push) Successful in 4m30s
CI / Frontend QC (lint) (push) Successful in 1m23s
CI / Security scan (dev) (push) Successful in 4m46s
CI / Frontend QC (typecheck) (push) Successful in 1m25s
CI / Svelte strict check (push) Successful in 45s
CI / Tests (prod) (push) Successful in 4m15s
CI / Tests (dev) (push) Successful in 4m24s
CI / Race (prod) (push) Successful in 7m59s
CI / Race (dev) (push) Successful in 8m8s
CI / Env docs check (push) Successful in 15s
CI / Docker compose check (push) Successful in 14s
CI / Nginx config check (push) Successful in 15s
CI / Frontend major deps (push) Failing after 25s
CI / Frontend deps check (push) Successful in 27s
CI / Go build (push) Successful in 37s
CI / Secrets scan (push) Successful in 38s
CI / Frontend build (push) Successful in 46s
CI / Knip (push) Successful in 33s
CI / Frontend a11y check (push) Successful in 1m40s
CI / Go vet (prod) (push) Successful in 2m12s
CI / Go vet (dev) (push) Successful in 2m15s
CI / go mod tidy (push) Successful in 1m38s
CI / Staticcheck (prod) (push) Successful in 3m31s
CI / Staticcheck (dev) (push) Successful in 3m34s
CI / golangci-lint (push) Successful in 3m47s
CI / Go vulnerabilities (push) Successful in 2m45s
CI / Frontend QC (audit) (push) Successful in 2m41s
CI / Security scan (prod) (push) Successful in 4m30s
CI / Frontend QC (lint) (push) Successful in 1m23s
CI / Security scan (dev) (push) Successful in 4m46s
CI / Frontend QC (typecheck) (push) Successful in 1m25s
CI / Svelte strict check (push) Successful in 45s
CI / Tests (prod) (push) Successful in 4m15s
CI / Tests (dev) (push) Successful in 4m24s
CI / Race (prod) (push) Successful in 7m59s
CI / Race (dev) (push) Successful in 8m8s
This commit is contained in:
@@ -468,11 +468,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload coverage artifact
|
- name: Upload coverage artifact
|
||||||
if: matrix.label == 'dev'
|
if: matrix.label == 'dev'
|
||||||
uses: actions/upload-artifact@v4
|
run: |
|
||||||
with:
|
if [ -f backend/coverage.out ]; then
|
||||||
name: coverage-${{ matrix.label }}-${{ github.run_id }}
|
echo "Coverage report available at backend/coverage.out"
|
||||||
path: backend/coverage.out
|
echo "Total coverage: $(go tool cover -func=backend/coverage.out 2>/dev/null | grep total | awk '{print $3}')"
|
||||||
if-no-files-found: warn
|
fi
|
||||||
|
|
||||||
race:
|
race:
|
||||||
name: Race (${{ matrix.label }})
|
name: Race (${{ matrix.label }})
|
||||||
|
|||||||
Reference in New Issue
Block a user