ci: add coverage report

This commit is contained in:
JustSong 2024-06-23 13:38:43 +08:00 committed by jinjianmingming
parent 46b32e7939
commit 90ac5e5c51

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