Skip to content

Commit

Permalink
Update coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Oct 26, 2022
1 parent 4a9479e commit 82a50a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/utils/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ module.exports = {
coverageReporters: ['clover', 'json', 'lcov', 'text', 'json-summary'],
coverageThreshold: {
global: {
branches: 85.64,
functions: 97.19,
lines: 96.63,
statements: 96.7,
branches: 86.05,
functions: 97.14,
lines: 96.79,
statements: 96.86,
},
},
moduleFileExtensions: ['js', 'json', 'jsx', 'ts', 'tsx', 'node'],
Expand Down

0 comments on commit 82a50a6

Please sign in to comment.