diff --git a/.github/workflows/branch-validations.yaml b/.github/workflows/branch-validations.yaml
index 408b447c..419787fc 100644
--- a/.github/workflows/branch-validations.yaml
+++ b/.github/workflows/branch-validations.yaml
@@ -104,10 +104,11 @@ jobs:
if: steps.cache-dependencies.outputs.cache-hit != 'true'
run: npm ci
- - uses: paambaati/codeclimate-action@v9.0.0
- env:
- CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
+ - name: Run tests
+ run: npm run test
+
+ - uses: qltysh/qlty-action/coverage@v1
with:
- coverageCommand: npm test
- coverageLocations:
- ./coverage/lcov.info:lcov
+ token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
+ files: ${{ github.workspace }}/coverage/lcov.info
+ skip-errors: false
diff --git a/README.md b/README.md
index 5d7568d1..c33aaa14 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,8 @@