Skip to content

Commit

Permalink
ci: Remove jest code-coverage threshold (Workday#957)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanbsmith committed Feb 2, 2021
1 parent 6491da3 commit 339be74
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,6 @@ module.exports = {
rootDir: '.',
setupFilesAfterEnv: ['<rootDir>/jest/setupTests.ts'],
verbose: true,
collectCoverage: true,
collectCoverageFrom: [
'modules/**/*.{tsx,ts}',
'!modules/**/*.d.ts',
'!cypress/**/*',
'!**/header/**/lib/Header.tsx',
'!**/common/**/ControlledComponentWrapper.tsx',
'!**/common/**/InputProviderDecorator.tsx',
'!**/index.{ts,tsx,js,jsx}',
'!**/stories*.{ts,tsx,js,jsx}',
],
coverageReporters: ['text', 'clover', 'html'],
coverageDirectory: '<rootDir>/build/reports/jest',
coverageThreshold: {
global: {
branches: 65,
functions: 65,
lines: 65,
statements: 65,
},
},
moduleFileExtensions: ['tsx', 'ts', 'js', 'jsx', 'json'],
testMatch: ['**/?(*.)+(spec|test).ts?(x)'],
testPathIgnorePatterns: ['/cypress/'],
Expand Down

0 comments on commit 339be74

Please sign in to comment.