Skip to content

Commit ae5ea4c

Browse files
author
kk.shen
committed
npminstall run istanbul
1 parent c17141a commit ae5ea4c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

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

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ language: node_js
33
node_js:
44
- node
55
install:
6+
- npm install
67
- npm install -g codecov
78
- npm install -g istanbul
89
script:
910
- npm run test
10-
- istanbul cover ./node_modules/mocha/bin/_mocha --reporter lcovonly -- -R spec
11+
- istanbul cover ./node_modules/mocha/bin/_mocha --reporter
1112
- codecov --token=69a600d6-9548-4591-a229-91070f5f05dd
1213
deploy:
1314
provider: npm

0 commit comments

Comments
 (0)