Skip to content

Commit d93f5f9

Browse files
committed
Merge branch 'code-quality' of https://github.com/croct-tech/cache-js into code-quality
2 parents 4b2414e + 7793920 commit d93f5f9

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/validate-branch.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,11 @@ jobs:
103103
if: steps.cache-dependencies.outputs.cache-hit != 'true'
104104
run: npm ci
105105

106-
- uses: paambaati/[email protected]
107-
env:
108-
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
106+
- name: Run tests
107+
run: npm run test
108+
109+
- uses: qltysh/qlty-action/coverage@v1
109110
with:
110-
coverageCommand: npm run test
111-
coverageLocations: ./coverage/lcov.info:lcov
111+
token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
112+
files: ${{ github.workspace }}/coverage/lcov.info
113+
skip-errors: false

0 commit comments

Comments
 (0)