remove global coverage thresholds

This commit is contained in:
Jakub Sokołowski 2018-11-14 18:00:43 +01:00
parent 3bf5791bf0
commit 16fbf0e34b
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 0 additions and 8 deletions

View File

@ -50,14 +50,6 @@
"!**/build/**", "!**/build/**",
"!**/coverage/**" "!**/coverage/**"
], ],
"coverageThreshold": {
"global": {
"branches": 100,
"functions": 100,
"lines": 100,
"statements": 100
}
},
"coverageReporters": [ "coverageReporters": [
"text", "text",
"text-summary" "text-summary"