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, - }, - }, };