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