Temporarily lower test coverage threshold (#1084)

This commit is contained in:
victor-meng 2021-09-15 16:38:51 -07:00 committed by GitHub
parent 665270296f
commit af0dc3094b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ module.exports = {
global: {
branches: 25,
functions: 25,
lines: 30,
statements: 30,
lines: 29.5,
statements: 29.5,
},
},