From 9d23a44dbf720ab5d918c817629e1e7b4973df26 Mon Sep 17 00:00:00 2001 From: JustSong Date: Sun, 23 Jun 2024 13:38:43 +0800 Subject: [PATCH] ci: add coverage report --- .github/workflows/go.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0b443f37..6bd24ef0 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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