Skip to content

Commit

Permalink
ci: push coverage to code climate
Browse files Browse the repository at this point in the history
  • Loading branch information
anantoghosh committed Feb 28, 2022
1 parent a79b9dd commit eb99561
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,7 @@ jobs:
- run: pnpm install
- run: pnpm test
- run: pnpm build
- name: Publish code coverage
uses: paambaati/codeclimate-action@v3.0.0
env:
CC_TEST_REPORTER_ID: 7faf3080bb50c92d2efae792088aca807b6a54bafa2482384b30d163a7a28838

0 comments on commit eb99561

Please sign in to comment.