From 9ece95e5e06aca0dd99be7241e41c8752e9715bc Mon Sep 17 00:00:00 2001 From: Denis Rossati Date: Tue, 22 Jul 2025 13:17:56 -0300 Subject: [PATCH 1/2] Migrate code climate job to code quality --- .github/workflows/validate-branch.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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 From fc2f11bed89040f99208657d913e1262e63c2b06 Mon Sep 17 00:00:00 2001 From: Denis Rossati Date: Thu, 24 Jul 2025 15:14:23 -0300 Subject: [PATCH 2/2] Migrate code climate job to code quality --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1e31d19..dbbfeaa 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@

Version Build - - -
+ Code Coverage +Maintainability +

📦Releases ·