We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5370400 commit 8089836Copy full SHA for 8089836
.github/workflows/ci.yml
@@ -126,10 +126,11 @@ jobs:
126
run: yarn --immutable
127
- name: Test integration (with coverage) and upload to CodeClimate
128
if: ${{ github.ref == 'refs/heads/main' }}
129
- uses: paambaati/codeclimate-action@93c6213edc13fcb74a684a39a32956ebf417dd1c
+ uses: paambaati/codeclimate-action@v3.2.0
130
env:
131
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
132
with:
133
+ debug: true
134
coverageCommand: yarn test:integration:ci
135
coverageLocations: |
136
${{github.workspace}}/coverage/lcov.info:lcov
0 commit comments