From 4c9ebde6237aeece204134cadfa390b13b9ad207 Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Mon, 20 May 2024 17:37:47 -0400 Subject: [PATCH] Do not fail if codecov fails We have the codecov token set up correctly, but this is still causing CI to fail. Don't gate PRs being green on codecov. --- .github/workflows/CI.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 16acac9..9c269da 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -91,7 +91,6 @@ jobs: - uses: julia-actions/julia-processcoverage@v1 - uses: codecov/codecov-action@v4 with: - fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }} # required file: lcov.info