Bump coverage (#3314)

This commit is contained in:
Bruce Berrios 2022-07-06 15:01:58 -04:00 committed by GitHub
parent cc36bbc212
commit af70bc5971
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,10 +7,10 @@ export default {
coverageThreshold: {
global: {
// These percentages should never decrease
statements: 39,
branches: 38,
statements: 40,
branches: 40,
functions: 23,
lines: 42,
lines: 43,
},
},
};