File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11node_modules
22.idea
33dist
4- lib
4+ lib
5+ coverage
6+ .nyc_output
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ before_script:
1414script :
1515 - npm run test
1616after_success :
17+ - npm run report-coverage
1718 - npm run semantic-release
1819branches :
1920 except :
Original file line number Diff line number Diff line change 44 "description" : " A React component to navigate horizontally between cards of same width" ,
55 "main" : " lib/index.js" ,
66 "scripts" : {
7- "test" : " babel-tape-runner test/**.js" ,
7+ "test" : " nyc babel-tape-runner test/**.js" ,
8+ "posttest" : " nyc report --reporter=lcov" ,
9+ "report-coverage" : " cat ./coverage/lcov.info | codecov" ,
810 "build" : " BABEL_DISABLE_CACHE=1 NODE_ENV=LIB babel -d lib/ src" ,
911 "dev" : " BABEL_DISABLE_CACHE=1 NODE_ENV=LIB babel -d lib/ src -w" ,
1012 "example" : " node webpack.example.js" ,
3436 "babel-preset-stage-1" : " ^6.5.0" ,
3537 "babel-tape-runner" : " ^2.0.1" ,
3638 "bootstrap" : " ^4.0.0-alpha.2" ,
39+ "codecov.io" : " ^0.1.6" ,
3740 "css-loader" : " ^0.23.1" ,
3841 "cz-conventional-changelog" : " ^1.1.6" ,
3942 "extract-text-webpack-plugin" : " ^1.0.1" ,
4043 "html-webpack-plugin" : " ^2.16.0" ,
44+ "istanbul" : " ^0.4.4" ,
4145 "node-sass" : " ^3.6.0" ,
4246 "react" : " ^15.0.1" ,
4347 "react-dom" : " ^15.0.1" ,
You can’t perform that action at this time.
0 commit comments