ci: add coverage report

This commit is contained in:
JustSong 2024-06-23 13:38:43 +08:00
parent 6e4cfb20d5
commit 9d23a44dbf

View File

@ -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