Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jpuri committed Feb 9, 2023
1 parent 40b94b0 commit 66807f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions coverage-targets.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
// subset of files to check against these targets.
module.exports = {
global: {
lines: 62.25,
branches: 50.5,
statements: 61.5,
functions: 55,
lines: 63.66,
branches: 51.7,
statements: 62.88,
functions: 56.06,
},
transforms: {
branches: 100,
Expand Down

0 comments on commit 66807f3

Please sign in to comment.