mirror of
https://github.com/mempool/mempool.git
synced 2026-08-14 12:43:10 +02:00
Reduce the coverage threshold to 1%
This commit is contained in:
parent
af27d68add
commit
1b9100a7f7
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ const config: Config.InitialOptions = {
|
|||
coverageProvider: "v8",
|
||||
coverageThreshold: {
|
||||
global: {
|
||||
lines: 90
|
||||
lines: 1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue