Move coverage badge to root directory

This commit is contained in:
James M. Greene
2023-04-18 00:32:50 -05:00
parent 6657d340c9
commit 31bb4568ea
3 changed files with 4 additions and 3 deletions

View File

@@ -28,7 +28,7 @@
"lint:check": "DEBUG=eslint:cli-engine eslint .",
"prepare": "ncc build src/index.js -o dist --source-map --license licenses.txt",
"test": "jest",
"coverage-badge": "make-coverage-badge --output-path ./badges/coverage.svg"
"coverage-badge": "make-coverage-badge --output-path ./coverage_badge.svg"
},
"repository": {
"type": "git",
@@ -56,7 +56,8 @@
],
"coverageThreshold": {
"global": {
"lines": 70
"lines": 70,
"statements": 70
}
}
}