diff --git a/.github/workflows/validate-branch.yaml b/.github/workflows/validate-branch.yaml index a8fe4df..b171fc2 100644 --- a/.github/workflows/validate-branch.yaml +++ b/.github/workflows/validate-branch.yaml @@ -115,10 +115,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 run 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 1e31d19..dbbfeaa 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@
-
-
-
+
+
+
📦Releases
·