diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 01adbf8..952204b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,3 +19,6 @@ jobs: - name: Run Go tests run: go test -v ./... + + - name: Update coverage report + uses: ncruces/go-coverage-report@main