File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 99jobs :
1010 include :
1111 - stage : Lint and Test
12- script : npm run lint && npm run test:coveralls && npm run size
12+ script : npm run lint && npm run test:coverage && npm run size && npm run test:coveralls
1313 - stage : Pre-release
1414 if : branch = master
1515 before_deploy :
Original file line number Diff line number Diff line change 3737 "std-version" : " standard-version -m \" chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\" " ,
3838 "test:coverage" : " jest --coverage" ,
3939 "test:coverage:watch" : " jest --coverage --watch" ,
40- "test:coveralls" : " jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js" ,
40+ "test:coveralls" : " cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js || echo -e \" Coveralls failed. \" " ,
4141 "test:dev" : " jest" ,
4242 "test:watch" : " jest --watch" ,
4343 "test" : " npm run test:watch" ,
You can’t perform that action at this time.
0 commit comments