mirror of
https://github.com/cdr/code-server.git
synced 2026-04-28 09:51:28 +02: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": {
|
"coverageThreshold": {
|
||||||
"global": {
|
"global": {
|
||||||
"lines": 40
|
"lines": 60
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"modulePathIgnorePatterns": [
|
"modulePathIgnorePatterns": [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue