File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1919 "test":
2020 {
2121 // Provides a report handling command that is executed after running tests / coverage when running on Travis CI.
22- "travis": { "report": "./node_modules/.bin/codecov" },
23-
2422 "istanbul": { "command": "cover", "options": ["--report lcovonly"] },
2523 "mocha": { "source": "./test-src/mocha", "options": [ "--compilers js:babel-register", "-t 120000 --recursive" ] }
2624 }
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ if (process.env.TRAVIS)
2929{
3030 exec = './node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha ' + istanbulOptions
3131 + ' --report lcovonly -- ' + mochaOptions
32- + ' && cat ./coverage-test/lcov.info | ./ node_modules/codecov.io/ bin/codecov.io.js ' ;
32+ + ' && ./ node_modules/. bin/codecov' ;
3333}
3434else
3535{
You can’t perform that action at this time.
0 commit comments