Reduce the coverage threshold to 1%
This commit is contained in:
@@ -10,7 +10,7 @@ const config: Config.InitialOptions = {
|
|||||||
coverageProvider: "v8",
|
coverageProvider: "v8",
|
||||||
coverageThreshold: {
|
coverageThreshold: {
|
||||||
global: {
|
global: {
|
||||||
lines: 90
|
lines: 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user