Skip to content

Commit

Permalink
Node CI
Browse files Browse the repository at this point in the history
  • Loading branch information
opifex authored and opifex committed Dec 14, 2023
1 parent 06ed2d6 commit de60da8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
- name: Tests
run: npm test

- name: Code coverage
uses: paambaati/codeclimate-action@v4.0.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
coverageCommand: npm test -- --coverage --coverageProvider=v8
debug: true
# - name: Code coverage
# uses: paambaati/codeclimate-action@v4.0.0
# env:
# CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
# with:
# coverageCommand: npm test -- --coverage --coverageProvider=v8
# debug: true

0 comments on commit de60da8

Please sign in to comment.