Skip to content

Commit

Permalink
ci: update coverage upload action
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdyman committed Nov 26, 2023
1 parent 7238297 commit ae30559
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae30559

Please sign in to comment.