From c78f72bf47920b0f95bbcc8000c94eb33058a0a0 Mon Sep 17 00:00:00 2001 From: Slug-Boi Date: Thu, 10 Apr 2025 13:36:44 +0200 Subject: [PATCH] ci: check error --- .github/workflows/test_push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_push.yml b/.github/workflows/test_push.yml index 82645c6..cb28c70 100644 --- a/.github/workflows/test_push.yml +++ b/.github/workflows/test_push.yml @@ -26,11 +26,11 @@ jobs: - name: Update coverage report uses: ncruces/go-coverage-report@v0 with: - coverage-file: cover.out + coverage-file: ./cover.out report: true chart: true amend: true if: | matrix.os == 'ubuntu-latest' && github.event_name == 'push' - continue-on-error: true \ No newline at end of file + #continue-on-error: true \ No newline at end of file