- Move badges to own folder
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
<!-- [](https://github.com/SVG-Edit/svgedit/actions)
|
<!-- [](https://github.com/SVG-Edit/svgedit/actions)
|
||||||
[](https://github.com/SVG-Edit/svgedit/actions)
|
[](https://github.com/SVG-Edit/svgedit/actions)
|
||||||
-->
|
-->
|
||||||
[](coverage-badge.svg)
|
[](badges/coverage-badge.svg)
|
||||||
|
|
||||||
[](https://snyk.io/test/github/SVG-Edit/svgedit)
|
[](https://snyk.io/test/github/SVG-Edit/svgedit)
|
||||||
[](https://lgtm.com/projects/g/SVG-Edit/svgedit/alerts)
|
[](https://lgtm.com/projects/g/SVG-Edit/svgedit/alerts)
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
@@ -36,7 +36,7 @@
|
|||||||
"instrument:copy-excluded": "node cypress/support/copy.js",
|
"instrument:copy-excluded": "node cypress/support/copy.js",
|
||||||
"copy-instrumented": "copyfiles -e \"**/*.js\" -u 1 \"editor/**/*\" instrumented && npm run instrument:replace-html && npm run instrument:replace-js && npm run instrument:copy-excluded",
|
"copy-instrumented": "copyfiles -e \"**/*.js\" -u 1 \"editor/**/*\" instrumented && npm run instrument:replace-html && npm run instrument:replace-js && npm run instrument:copy-excluded",
|
||||||
"instrument": "rm -Rf instrumented && npx nyc instrument editor instrumented && npm run copy-instrumented && npm run coverage-badge",
|
"instrument": "rm -Rf instrumented && npx nyc instrument editor instrumented && npm run copy-instrumented && npm run coverage-badge",
|
||||||
"coverage-badge": "coveradge",
|
"coverage-badge": "coveradge badges/coverage-badge",
|
||||||
"open-cov": "npm-run-all instrument --parallel --race start cypress:open",
|
"open-cov": "npm-run-all instrument --parallel --race start cypress:open",
|
||||||
"open": "run-p start cypress:open",
|
"open": "run-p start cypress:open",
|
||||||
"report": "npx nyc report",
|
"report": "npx nyc report",
|
||||||
|
|||||||
Reference in New Issue
Block a user