infra: Added codecov test coverage (#147)

* chore: test codecov

* fix: workflow file

* fix: workflow file

* chore: added coverage in vercelignore

* docs: added codecov badge
This commit is contained in:
Anurag Hazra
2020-07-22 23:26:10 +05:30
committed by GitHub
parent dc3e9a59f2
commit 63ba6e6601
5 changed files with 10 additions and 2 deletions

View File

@ -4,7 +4,7 @@
"description": "Dynamically generate stats for your github readmes",
"main": "index.js",
"scripts": {
"test": "jest",
"test": "jest --coverage",
"test:watch": "jest --watch"
},
"author": "Anurag Hazra",