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 0f8627a commit d395559Copy full SHA for d395559
.travis.yml
@@ -11,3 +11,5 @@ notifications:
11
email: false
12
script:
13
- npm run validate
14
+after_success:
15
+ - npm run report-coverage
package.json
@@ -11,6 +11,7 @@
"build:umd.min": "webpack --output-filename index.umd.min.js -p",
"test": "cross-env NODE_ENV=test nyc mocha",
"watch:test": "mocha --watch",
+ "report-coverage": "cat ./coverage/lcov.info | codecov",
"lint": "eslint src",
16
"validate": "npm-run-all --parallel test lint build"
17
},
@@ -41,6 +42,7 @@
41
42
"babel-preset-es2015": "6.9.0",
43
"babel-register": "6.11.6",
44
"chai": "3.5.0",
45
+ "codecov": "1.0.1",
46
"cross-env": "2.0.0",
47
"eslint": "3.2.0",
48
"eslint-config-kentcdodds": "^9.0.0",
0 commit comments