feat: add coverage report

This commit is contained in:
Davide Bianchi
2021-11-10 10:34:38 +01:00
parent b26ddbeecf
commit 7232d5d823

View File

@@ -26,7 +26,7 @@ jobs:
go get -v -t -d ./...
- name: Run tests
run: |
go test ./... -count=1 -race -cover
go test ./... -count=1 -race -cover -coverprofile cover.out
- name: Build
run: |
go build -v .