From 2946140677999daafc7f064e54abf2cc4591d70d Mon Sep 17 00:00:00 2001 From: Matthew Lang Date: Tue, 15 Aug 2023 11:01:47 +0000 Subject: [PATCH] Re-enable code coverage location --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c94102..009cc50 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,9 @@ jobs: env: CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}} uses: paambaati/codeclimate-action@v5.0.0 + with: + coverageLocations: | + ${{github.workspace}}/coverage/.resultset.json:simplecov publish: needs: test if: startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/tags/build-')