Skip to content

Commit

Permalink
[Vue] Revert: Reduce vue branch threshold to 57 for microfrontends
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert authored and mshima committed Aug 13, 2022
1 parent 29c2043 commit 2172f00
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,7 @@ module.exports = {
coverageThreshold: {
global: {
statements: 80,
<%_ if (microfrontend) { _%>
branches: 57,
<%_ } else { _%>
branches: 60,
<%_ } _%>
functions: 70,
lines: 80,
},
Expand Down

0 comments on commit 2172f00

Please sign in to comment.