write coverage badge

This commit is contained in:
grantbirki
2023-04-13 23:12:57 +01:00
parent c21c0b1aa2
commit 68c51d2103
3 changed files with 46 additions and 4 deletions

View File

@@ -17,7 +17,8 @@
"eslint-plugin-github": "^4.7.0",
"jest": "^29.5.0",
"nock": "^13.3.0",
"prettier": "^2.8.7"
"prettier": "^2.8.7",
"make-coverage-badge": "^1.2.0"
},
"scripts": {
"all": "npm run format && npm run lint && npm run prepare && npm run test",