From 90bb9870abbedf9ed3cfdd06f7535e513b8705b8 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Thu, 20 May 2021 14:17:36 +1000 Subject: [PATCH 1/2] Bump Codecov from 1.3.1 to 1.5.0 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0059ce138d..dd3ba2eecd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -322,4 +322,4 @@ jobs: run: bundle exec rspec --profile --pattern "engines/*/spec/{,/*/**}/*_spec.rb,spec/features/admin/*/*_spec.rb,spec/lib/{,/*/**}/*_spec.rb" - name: Codecov - uses: codecov/codecov-action@v1.3.1 + uses: codecov/codecov-action@v1.5.0 From 5ccaa521cf7af50eb0a96e6765884b35129fc6af Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Thu, 20 May 2021 14:18:43 +1000 Subject: [PATCH 2/2] Stop Codecov failing good pull requests Something doesn't quite work with our Codecov setup. It somehow thinks that the coverage is decreasing even though it's either not changing or even increasing. Until those problems are resolved, let's not mark pull requests as failed so that we can rely on the pull's overall status report. --- .github/codecov.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/codecov.yml diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 0000000000..d08101fc8d --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,5 @@ +coverage: + status: + project: + default: + informational: true