From 4a3165a033872f39c4a35e317c31116876e6eda2 Mon Sep 17 00:00:00 2001 From: Konstantin Gredeskoul Date: Sun, 30 Jun 2024 14:32:25 -0700 Subject: [PATCH] Cache bundler & don't fail CI on codecov --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 20e33fd..9db5ddb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,7 @@ jobs: - uses: codecov/codecov-action@v4 with: - fail_ci_if_error: true # optional (default = false) + fail_ci_if_error: false # optional (default = false) files: coverage/coverage.xml flags: rspecs # optional token: ${{ secrets.CODECOV_TOKEN }} # required