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

@ -34,3 +34,6 @@ jobs:
run: |
npm install
npm run test
- name: Code Coverage
uses: codecov/codecov-action@v1