ci: add coverage report
This commit is contained in:
parent
6e4cfb20d5
commit
9d23a44dbf
3
.github/workflows/go.yml
vendored
3
.github/workflows/go.yml
vendored
@ -26,3 +26,6 @@ jobs:
|
||||
|
||||
- name: Test
|
||||
run: go test -v ./...
|
||||
|
||||
- name: Go Unit Test Coverage Report
|
||||
uses: fgrosse/go-coverage-report@v1.0.2
|
||||
|
Loading…
Reference in New Issue
Block a user