Skip to content

Commit 35aee55

Browse files
committed
test: 💍 Tests report
1 parent 8ce2065 commit 35aee55

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@ jobs:
3232
run: yarn jest --clearCache
3333

3434
- name: Test
35-
uses: paambaati/codeclimate-action@v3.2.0
35+
run: yarn test --coverage
36+
37+
- name: Send Report
38+
uses: paambaati/codeclimate-action@v3.0.0
3639
env:
3740
CC_TEST_REPORTER_ID: 7d1e3713df373ab2c9efce24b85c16efa2bd953aae32bd9d278004784d71291e
3841
with:
39-
debug: true
40-
coverageCommand: yarn test --coverage
42+
coverageLocations: ${{github.workspace}}/coverage/lcov.info:lcov

0 commit comments

Comments
 (0)