diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 648b64d..5f32c6d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -26,3 +26,14 @@ jobs: - name: Test run: go test -v ./... + + - name: Update coverage report + uses: ncruces/go-coverage-report@v0 + with: + report: true + chart: false + amend: true + if: | + matrix.os == 'ubuntu-latest' && + github.event_name == 'push' + continue-on-error: true