Skip to content

Commit

Permalink
Update libs/backend code coverage thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
arsalansufi committed Oct 12, 2023
1 parent c48b721 commit c1adcbb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libs/backend/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ module.exports = {
...shared,
coverageThreshold: {
global: {
statements: 94,
branches: 89,
functions: 98,
lines: 95,
statements: 97,
branches: 93,
functions: 99,
lines: 98,
},
},
};

0 comments on commit c1adcbb

Please sign in to comment.