From ae30559bf6c9f87e512f47ea9346c48bf5f53d8b Mon Sep 17 00:00:00 2001 From: nerdyman Date: Sun, 26 Nov 2023 15:26:57 +0000 Subject: [PATCH] ci: update coverage upload action --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 049ce70..82f4b6f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,9 +44,11 @@ jobs: run: pnpm run test - name: Test:Upload - uses: paambaati/codeclimate-action@v3.0.0 + uses: paambaati/codeclimate-action@v5.0.0 env: CC_TEST_REPORTER_ID: '${{ secrets.CC_TEST_REPORTER_ID }}' + with: + coverageLocations: ${{github.workspace}}/coverage/*.info:lcov # Disabled until https://github.com/pnpm/pnpm/issues/6424 is resolved. # - uses: preactjs/compressed-size-action@v2