Reduce the coverage threshold to 1%

This commit is contained in:
Felipe Knorr Kuhn 2022-07-07 12:49:21 -07:00
parent af27d68add
commit 1b9100a7f7
No known key found for this signature in database
GPG Key ID: 79619B52BB097C1A

View File

@ -10,7 +10,7 @@ const config: Config.InitialOptions = {
coverageProvider: "v8",
coverageThreshold: {
global: {
lines: 90
lines: 1
}
}
}