diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6714928..d4fbfc1 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -29,4 +29,5 @@ jobs: - if: matrix.os == 'ubuntu-latest' name: Update coverage report - uses: ncruces/go-coverage-report@main \ No newline at end of file + uses: ncruces/go-coverage-report@main + continue-on-error: true