Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-torabiv committed Nov 28, 2024
1 parent 85b3d80 commit f600ebe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 0 additions & 8 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,4 @@ module.exports = {
'^.+\\.module\\.(css|sass|scss)$',
],
setupFilesAfterEnv: ['<rootDir>/jest.setup.js'],
coverageThreshold: {
global: {
branches: 5,
functions: 5,
lines: 5,
statements: 5,
},
},
};

0 comments on commit f600ebe

Please sign in to comment.