adding test coverage
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user