adding test coverage

This commit is contained in:
Benjamin Boudreau
2018-05-29 22:11:02 -04:00
parent 112167c078
commit 0615960121
3 changed files with 7 additions and 1 deletions

View File

@@ -8,6 +8,9 @@ jobs:
- run:
name: dep install
command: npm install
- run:
name: install codecov
command: npm install -g codecov
- run:
name: test
command: npm test
command: npm test && codecov