File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ npm-debug.log
55
66.nyc_output
77coverage
8+ * .lcov
89
910example /build
1011dist
Original file line number Diff line number Diff line change 11language : node_js
22node_js :
3- - " 6.2.0 "
3+ - " 6.1.x "
44script : npm run test:production
5+
6+ # Repository token must be provided in "coverage:production" npm command:
7+ # "-t :repository-token"
58after_success : npm run coverage:production
Original file line number Diff line number Diff line change 1111 "spec:watch" : " NODE_ENV=development npm run spec -- --watch" ,
1212 "coverage" : " nyc report" ,
1313 "coverage:html" : " nyc report --reporter=html && (http-server -p 8077 ./coverage & open-url http://localhost:8077/)" ,
14- "coverage:production" : " nyc report --reporter=text-lcov > coverage.lcov && codecov" ,
14+ "coverage:production" : " nyc report --reporter=text-lcov > coverage.lcov && codecov -t :REPOSITORY_TOKEN " ,
1515 "clean" : " $(npm bin)/rimraf dist lib" ,
1616 "build:lib" : " $(npm bin)/babel src --out-dir lib" ,
1717 "build:umd" : " LIBRARY_NAME=reduxLogger NODE_ENV=development $(npm bin)/webpack src/index.js dist/index.js --config webpack.build.js" ,
You can’t perform that action at this time.
0 commit comments