We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d7491 commit 2e05ee6Copy full SHA for 2e05ee6
.github/workflows/node.js.yml
@@ -41,3 +41,11 @@ jobs:
41
uses: coverallsapp/github-action@master
42
with:
43
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