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

View File

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