From 4e693f1df4d711132909c6d5fb789b41ba717de5 Mon Sep 17 00:00:00 2001 From: Denis Rossati Date: Tue, 22 Jul 2025 12:42:02 -0300 Subject: [PATCH 1/3] Migrate code climate job to code quality --- .github/workflows/branch-validations.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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 From f7bee4b07b72d8692e58d9b0f8d9bc31b47b64ba Mon Sep 17 00:00:00 2001 From: Denis Rossati Date: Thu, 24 Jul 2025 15:14:26 -0300 Subject: [PATCH 2/3] Migrate code climate job to code quality --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f1628eb..efa894ea 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@

Version - Coverage + Code Coverage +Maintainability

## Introduction From d775efc12aecf541cbded724f4ac43626f01ca42 Mon Sep 17 00:00:00 2001 From: Denis Rossati Date: Thu, 24 Jul 2025 15:45:24 -0300 Subject: [PATCH 3/3] Migrate code climate job to code quality --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efa894ea..d383d2ca 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@

Version + Maintainability Code Coverage -Maintainability

## Introduction