Skip to content

Commit 69db7ab

Browse files
authored
chore: setup code-coverage (#53)
Fixes: #31
1 parent 80c361e commit 69db7ab

File tree

4 files changed

+2495
-1276
lines changed

4 files changed

+2495
-1276
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
.DS_Store
2+
.nyc_output
23
.vscode
34
build
5+
coverage
46
node_modules
57
npm-debug.log
68
yarn-error.log
79
yarn.lock
8-
staging

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ node_js:
66
- "4"
77
- "6"
88
- "8"
9+
10+
script:
11+
- npm run test
12+
- npm run codecov

0 commit comments

Comments
 (0)