diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ebd588e..760bec6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -36,6 +36,8 @@ jobs: - name: Update coverage report uses: ncruces/go-coverage-report@main + with: + chart: 'true' if: | matrix.os == 'ubuntu-latest' && github.event_name == 'push'