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