fixup coverage
Some checks failed
lint / lint (pull_request) Successful in 59s
test / test (pull_request) Successful in 3m28s
coverage / build (pull_request) Has been cancelled

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2025-01-04 18:40:05 +03:00
parent f14c1fc76b
commit d7db241a47

View File

@ -26,11 +26,11 @@ jobs:
- name: test coverage - name: test coverage
run: | run: |
go test -v -cover ./... -coverprofile coverage.out -coverpkg ./... go test -v -cover ./... -covermode=count -coverprofile coverage.out -coverpkg ./...
go tool cover -func coverage.out -o coverage.out go tool cover -func coverage.out -o coverage.out
- name: coverage badge - name: coverage badge
uses: tj-actions/coverage-badge-go@v1 uses: tj-actions/coverage-badge-go@v2
with: with:
green: 80 green: 80
filename: coverage.out filename: coverage.out