diff --git a/.github/workflows/branch-validations.yaml b/.github/workflows/branch-validations.yaml
index 230277f8..b0a8c0d3 100644
--- a/.github/workflows/branch-validations.yaml
+++ b/.github/workflows/branch-validations.yaml
@@ -106,10 +106,11 @@ jobs:
- name: Generate types
run: npm run graphql-codegen
- - uses: paambaati/codeclimate-action@v5
- 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 6f1628eb..d383d2ca 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,8 @@