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 c7a0f1d commit 7998beaCopy full SHA for 7998bea
.github/workflows/node.js.yml
@@ -42,7 +42,7 @@ jobs:
42
if: ${{ matrix.node-version == '16' && matrix.os == 'ubuntu-latest' }}
43
uses: paambaati/codeclimate-action@v3.0.0
44
env:
45
- CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
+ CC_TEST_REPORTER_ID: d9841018a6538b102775167be6694d17433a951f694e310fa8807f26fe9e0154
46
with:
47
coverageLocations: |
48
${{github.workspace}}/coverage/lcov.info:lcov
0 commit comments