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 c1ca43c commit 2f69283Copy full SHA for 2f69283
.travis.yml
@@ -4,3 +4,6 @@ node_js:
4
- "stable"
5
- "lts/*"
6
- 6
7
+
8
+after_success:
9
+ - npm run coverage
package.json
@@ -22,7 +22,7 @@
22
},
23
"scripts": {
24
"lint": "standard --env mocha",
25
- "test": "npm run lint && nyc mocha && npm run coverage",
+ "test": "npm run lint && nyc mocha",
26
"coverage": "nyc report --reporter=text-lcov | coveralls",
27
"docs": "jsdoc2md lib/*.js > RENDER.md",
28
"release": "standard-version"
0 commit comments