We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f96ca86 commit 6b5e9a9Copy full SHA for 6b5e9a9
.travis.yml
@@ -1,3 +1,4 @@
1
language: node_js
2
node_js:
3
- 8
4
+after_success: yarn coverage
package.json
@@ -8,6 +8,7 @@
8
"test": "yarn run lint && yarn run ava",
9
"lint": "xo",
10
"ava": "nyc ava --verbose --fail-fast",
11
+ "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
12
"start": "node ./dist/index.js"
13
},
14
"dependencies": {
0 commit comments