From 0bb73e76733715a2bac978feb5851fcc66c82a05 Mon Sep 17 00:00:00 2001 From: Josh Day Date: Fri, 10 May 2024 15:42:10 -0400 Subject: [PATCH] don't fail ci on codecov upload failure --- .github/workflows/CI.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 1697006..9dbe51f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -50,5 +50,4 @@ jobs: with: # possibly other stuff token: ${{ secrets.CODECOV_TOKEN }} - fail_ci_if_error: true if: matrix.os == 'ubuntu-latest' && matrix.arch == 'x64'