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 8ce2065 commit 35aee55Copy full SHA for 35aee55
1 file changed
.github/workflows/tests.yml
@@ -32,9 +32,11 @@ jobs:
32
run: yarn jest --clearCache
33
34
- name: Test
35
- uses: paambaati/codeclimate-action@v3.2.0
+ run: yarn test --coverage
36
+
37
+ - name: Send Report
38
+ uses: paambaati/codeclimate-action@v3.0.0
39
env:
40
CC_TEST_REPORTER_ID: 7d1e3713df373ab2c9efce24b85c16efa2bd953aae32bd9d278004784d71291e
41
with:
- debug: true
- coverageCommand: yarn test --coverage
42
+ coverageLocations: ${{github.workspace}}/coverage/lcov.info:lcov
0 commit comments