separate coveralls and refine workflow triggers
All checks were successful
Generate check / check-changes (pull_request) Successful in 3s
Quality / check-changes (pull_request) Successful in 3s
Generate check / verify-generate (pull_request) Has been skipped
Quality / run-tests (pull_request) Has been skipped

This commit is contained in:
2025-11-26 10:32:27 +00:00
parent 950143e17d
commit d415fcd752
3 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ jobs:
with:
go-version: 1.25
- name: Run Unit tests
- name: Run Unit tests with coverage
run: |
go test -covermode atomic -coverprofile=coverage.out ./...
grep -v -E "(main|_gen).go" coverage.out > coverage.filtered.out