From 08365802b3adcdae8ecff3b0cf2e423f51dc77f6 Mon Sep 17 00:00:00 2001 From: Samuel Kelemen Date: Tue, 1 Oct 2024 16:20:35 +0200 Subject: [PATCH] feat(ci): ignore codecov failures --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b0be68..aeb3f0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,4 +18,4 @@ jobs: uses: codecov/codecov-action@v3 with: file: .sage/build/go/coverage/go-test.txt - fail_ci_if_error: true + fail_ci_if_error: false