Skip to content

Commit

Permalink
ci: Removes coverage thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
juliuscc committed Jul 4, 2019
1 parent b74de7a commit 5fb81d8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,5 @@ module.exports = {
testRegex: '(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$',
moduleFileExtensions: ['ts', 'tsx', 'js'],
coveragePathIgnorePatterns: ['/node_modules/', '/test/'],
coverageThreshold: {
global: {
branches: 70,
functions: 70,
lines: 75,
statements: 75
}
},
collectCoverageFrom: ['src/*/**.{js,ts}']
}

0 comments on commit 5fb81d8

Please sign in to comment.