From 8955b05e5b0fb1bc4e4b44da88f385632f27ee45 Mon Sep 17 00:00:00 2001 From: Nuno Cruces Date: Wed, 1 Feb 2023 23:22:03 +0100 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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