From db5bf30e5373a090ea0a4bb456c398d2b62116fd Mon Sep 17 00:00:00 2001 From: Vasily Kuznetsov Date: Tue, 23 May 2023 16:35:11 +0200 Subject: [PATCH] Remove CI failure on codecov error Co-authored-by: Kyle Benesch <4b796c65+github@gmail.com> --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index af99f71..bfbff3e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,4 +28,3 @@ jobs: - uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} - fail_ci_if_error: true