set a minimum for the coverage

This commit is contained in:
JFH
2020-07-26 22:27:40 +02:00
parent ba603f4a3e
commit 1f499f78d1
2 changed files with 5 additions and 5 deletions

View File

@@ -77,10 +77,10 @@
"test": "run-s cypress:instrument test-no-cov"
},
"nyc": {
"statements": 37.51,
"branches": 28.8,
"lines": 38.46,
"functions": 47.27,
"statements": 37,
"branches": 28,
"lines": 38,
"functions": 47,
"exclude": [
"src/external/**",
"src/editor/jquery.min.js",