summaryrefslogtreecommitdiff
path: root/coverage.json
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-25 16:51:15 +0200
committerPaul Buetow <paul@buetow.org>2026-03-25 16:51:15 +0200
commit8c27edc940bcf229596508536d49dac79b032bcf (patch)
tree5390a5154e037cfaf16f7fd5d7e82aa235345b2b /coverage.json
parentd69b1b13c5027c3d6b316780a9ce6e2450ebac93 (diff)
ci: Add test coverage check to CI pipeline
- Updated .github/workflows/ci.yml to run tests with coverage - Enforces minimum 60% coverage threshold - Uploads coverage report as artifact for review Coverage check command: go test -coverprofile=coverage.out ./... go tool cover -func=coverage.out | grep total
Diffstat (limited to 'coverage.json')
0 files changed, 0 insertions, 0 deletions