From f600ebe2675fe2ae29a3485eb7508c6f8621a20b Mon Sep 17 00:00:00 2001 From: mehditorabiv Date: Thu, 28 Nov 2024 13:08:38 +0300 Subject: [PATCH] update ci --- .github/workflows/ci.yml | 2 +- jest.config.js | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a906335..51a3be78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: cache: 'npm' - run: npm ci - run: npm run build - - uses: paambaati/codeclimate-action@v3.2.0 + - uses: paambaati/codeclimate-action@v9.0.0 env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} with: diff --git a/jest.config.js b/jest.config.js index 95a86e89..9f84c725 100644 --- a/jest.config.js +++ b/jest.config.js @@ -22,12 +22,4 @@ module.exports = { '^.+\\.module\\.(css|sass|scss)$', ], setupFilesAfterEnv: ['/jest.setup.js'], - coverageThreshold: { - global: { - branches: 5, - functions: 5, - lines: 5, - statements: 5, - }, - }, };