We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5087506 commit 6ba7eb8Copy full SHA for 6ba7eb8
.npmscriptrc
@@ -19,7 +19,7 @@
19
"test":
20
{
21
// Provides a report handling command that is executed after running tests / coverage when running on Travis CI.
22
- "travis": { "report": "cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js" },
+ "travis": { "report": "./node_modules/.bin/codecov" },
23
24
"istanbul": { "command": "cover", "options": ["--report lcovonly"] },
25
"mocha": { "source": "./test-src/mocha", "options": [ "--compilers js:babel-register", "-t 120000 --recursive" ] }
0 commit comments