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 b475425 commit 7672b8bCopy full SHA for 7672b8b
.github/workflows/main.yml
@@ -67,11 +67,11 @@ jobs:
67
with:
68
token: ${{ secrets.CODECOV_TOKEN }}
69
70
- - name: Send coverage report with Code Climate
71
- uses: paambaati/codeclimate-action@v9.0.0
72
- env:
73
- CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
74
- coverageLocations: ${{ github.workspace }}/jest-coverage/lcov.info:lcov
+ #- name: Send coverage report with Code Climate
+ # uses: paambaati/codeclimate-action@v9.0.0
+ # env:
+ # CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
+ # coverageLocations: ${{ github.workspace }}/jest-coverage/lcov.info:lcov
75
76
build-windows:
77
runs-on: ${{ matrix.os }}
0 commit comments