File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ install:
31
31
- npm install
32
32
script :
33
33
- npm run test:travis
34
+ - npm run coveralls
34
35
# Excluding build process as of now
35
36
# - npm run build
36
- after_success : ' npm run coveralls'
37
+ # after_success: 'npm run coveralls'
Original file line number Diff line number Diff line change 19
19
"test" : " export WEBPACK_ENV=dev; npm run test:jest" ,
20
20
"test:travis:win32" : " SET WEBPACK_ENV=dev & npm run test:jest" ,
21
21
"test:travis" : " export WEBPACK_ENV=dev; npm run test:jest" ,
22
- "coveralls" : " cat ./coverage/*/ lcov.info | ./node_modules/ coveralls/bin/coveralls.js && rm -rf ./coverage " ,
22
+ "coveralls" : " jest --coverage && cat ./tests/ coverage/lcov.info | coveralls" ,
23
23
"prepare" : " npm run build & npm run dev" ,
24
24
"publish:npm" : " npm publish --access public" ,
25
- "test:jest" : " jest --coverage "
25
+ "test:jest" : " jest"
26
26
},
27
27
"jest" : {
28
28
"moduleFileExtensions" : [
You can’t perform that action at this time.
0 commit comments