Skip to content

Commit 5715a96

Browse files
committed
Add codecov.io
1 parent d42802d commit 5715a96

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
views.db
22
node_modules
33
.DS_STORE
4+
coverage

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ node_js:
33
- node
44
- 7
55
- 6
6-
script: npm run test
6+
script: npm run test -- --coverage
77
cache: yarn
8+
after_success:
9+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)