add more tests. Push code coverage to codecov

This commit is contained in:
Sudhanshu Gautam 2021-01-13 18:41:12 +05:30
parent d6283eca43
commit 7d24fcfd4b
15 changed files with 382 additions and 51 deletions

View file

@ -38,4 +38,7 @@ jobs:
run: yarn lint
- name: Test 🔧
run: yarn test
run: yarn test -- --coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1