Skip to content

Commit

Permalink
Update VxCentralScan frontend code coverage thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
arsalansufi committed Oct 2, 2023
1 parent f14fb2e commit 60f97a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/central-scan/frontend/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ module.exports = {
coverageThreshold: {
global: {
statements: 81,
branches: 67,
functions: 71,
branches: 68,
functions: 70,
lines: 81,
},
},
Expand Down

0 comments on commit 60f97a5

Please sign in to comment.