Skip to content

Commit

Permalink
Fix coverage targets and bump number
Browse files Browse the repository at this point in the history
  • Loading branch information
walmik committed Jun 8, 2019
1 parent 513cf4d commit 22778d2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions jest.config.js
Expand Up @@ -5,13 +5,12 @@ module.exports = {
},
testRegex: './tests/.*.spec.ts',
moduleFileExtensions: ['ts', 'js', 'json', 'node'],
collectCoverageFrom: ['**/*.{ts}', '!**/node_modules/**'],
coverageThreshold: {
global: {
statements: 31.88,
branches: 22.25,
functions: 22.22,
lines: 32.18,
statements: 50,
branches: 25,
functions: 50,
lines: 50,
},
},
};

0 comments on commit 22778d2

Please sign in to comment.