From 605d39bae84de25cf1be80487ae79f2ee75acd39 Mon Sep 17 00:00:00 2001 From: Arthur Fiorette Date: Tue, 18 Jul 2023 15:37:12 -0300 Subject: [PATCH] ci: ignore if codecov action breaks --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 442fb65..f0f1b40 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,6 +39,7 @@ jobs: - name: Publish to Codecov uses: codecov/codecov-action@v3 + continue-on-error: true with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }}