Skip to content

Commit

Permalink
Stop including source code in state (#861)
Browse files Browse the repository at this point in the history
* Stop including sourceCode in state

* Fix PR comment
  • Loading branch information
FrederikBolding committed Oct 26, 2022
1 parent abdcbea commit b469663
Show file tree
Hide file tree
Showing 5 changed files with 160 additions and 134 deletions.
8 changes: 4 additions & 4 deletions packages/controllers/jest.config.js
Expand Up @@ -8,10 +8,10 @@ module.exports = {
coveragePathIgnorePatterns: ['/node_modules/', '/mocks/', '/test/'],
coverageThreshold: {
global: {
branches: 85.74,
functions: 95.3,
lines: 94.83,
statements: 94.92,
branches: 86,
functions: 95.33,
lines: 94.88,
statements: 94.98,
},
},
projects: [
Expand Down

0 comments on commit b469663

Please sign in to comment.