add coveralls steps to the tests #15

Merged
natercio merged 4 commits from coveralls-badge into main 2025-11-20 20:01:30 +00:00
Showing only changes of commit c363652f49 - Show all commits

View File

@@ -40,6 +40,7 @@ jobs:
- name: Run Unit tests - name: Run Unit tests
run: | run: |
go test -race -covermode atomic -coverprofile=coverage.out ./... go test -race -covermode atomic -coverprofile=coverage.out ./...
cat coverage.out | grep -v "_gen.go" > coverage.out
- name: Install goveralls - name: Install goveralls
run: go install github.com/mattn/goveralls@v0.0.12 run: go install github.com/mattn/goveralls@v0.0.12