Skip to content

Commit

Permalink
Update coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Oct 11, 2022
1 parent ce05b14 commit 7ab9fe8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/execution-environments/jest.config.js
Expand Up @@ -6,10 +6,10 @@ module.exports = {
coverageReporters: ['clover', 'json', 'lcov', 'text', 'json-summary'],
coverageThreshold: {
global: {
branches: 84.83,
branches: 85.08,
functions: 93.23,
lines: 87.21,
statements: 87.4,
lines: 87.26,
statements: 87.45,
},
},
moduleFileExtensions: ['js', 'json', 'jsx', 'ts', 'tsx', 'node'],
Expand Down

0 comments on commit 7ab9fe8

Please sign in to comment.