From a4e9342fd2f0dbc7940f734729a09f23bb95309f Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Fri, 31 Mar 2023 16:22:08 +0200 Subject: [PATCH] Add Codecov to GitHub actions --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6aed11af..ce011378 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,6 +75,8 @@ jobs: CC_TEST_REPORTER_ID: true run: bundle exec rspec --color --format RSpec::Github::Formatter --format progress --require spec_helper --require rails_helper + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v3 - name: Send coverage to CodeClimate uses: paambaati/codeclimate-action@v3.2.0 continue-on-error: true