mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 08:27:17 +01:00
chore: increase jest coverage threshold to 60
This commit is contained in:
parent
da4f87a7dc
commit
7ac015ed80
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@
|
|||
],
|
||||
"coverageThreshold": {
|
||||
"global": {
|
||||
"lines": 40
|
||||
"lines": 60
|
||||
}
|
||||
},
|
||||
"modulePathIgnorePatterns": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue