diff --git a/.github/workflows/test-showbridge.yaml b/.github/workflows/test-showbridge.yaml index 477ddc8..552aa7e 100644 --- a/.github/workflows/test-showbridge.yaml +++ b/.github/workflows/test-showbridge.yaml @@ -34,4 +34,13 @@ jobs: run: go mod tidy - name: run tests - run: go test ./... \ No newline at end of file + run: go test ./... + + - name: Update coverage report + uses: ncruces/go-coverage-report@v0.3.2 + with: + report: true + chart: true + amend: true + if: github.event_name == 'push' + continue-on-error: true