remove global coverage thresholds
This commit is contained in:
parent
3bf5791bf0
commit
16fbf0e34b
|
@ -50,14 +50,6 @@
|
|||
"!**/build/**",
|
||||
"!**/coverage/**"
|
||||
],
|
||||
"coverageThreshold": {
|
||||
"global": {
|
||||
"branches": 100,
|
||||
"functions": 100,
|
||||
"lines": 100,
|
||||
"statements": 100
|
||||
}
|
||||
},
|
||||
"coverageReporters": [
|
||||
"text",
|
||||
"text-summary"
|
||||
|
|
Loading…
Reference in New Issue