separate coveralls and refine workflow triggers
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user