Skip to content

Commit

Permalink
github: Downgrade paambaati/codeclimate-action
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhil committed Sep 2, 2024
1 parent 1fe08c3 commit 1d609d2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,8 @@ jobs:
# run: pnpm test -- --check-coverage

- name: Test & code coverage
uses: paambaati/codeclimate-action@v9
uses: paambaati/codeclimate-action@v2.7.1
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
coverageCommand: pnpm coverage
coverageLocations: |
${{github.workspace}}/ngrammy/ngrammy/.tap/report/lcov.info:lcov

0 comments on commit 1d609d2

Please sign in to comment.