Skip to content

Commit

Permalink
test(core): increase coverage thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Aug 22, 2020
1 parent cfd5df3 commit 1e37633
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ module.exports = {
coverageReporters: ['html', 'lcov'],
coverageThreshold: {
global: {
branches: 89,
functions: 81,
lines: 86,
statements: 83,
branches: 90,
functions: 82,
lines: 89,
statements: 84,
},
},
moduleFileExtensions: ['ts', 'tsx', 'js'],
Expand Down

0 comments on commit 1e37633

Please sign in to comment.