Skip to content

Commit 2e05ee6

Browse files
authored
Publish codeclimate coverage (#480)
1 parent 75d7491 commit 2e05ee6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,11 @@ jobs:
4141
uses: coverallsapp/github-action@master
4242
with:
4343
github-token: ${{ secrets.GITHUB_TOKEN }}
44+
- name: Publish codeclimate code coverage
45+
if: ${{ matrix.node-version == '16' && matrix.os == 'ubuntu-latest' }}
46+
uses: paambaati/[email protected]
47+
env:
48+
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
49+
with:
50+
coverageLocations: |
51+
${{github.workspace}}/coverage/lcov.info:lcov

0 commit comments

Comments
 (0)