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 e35b7ce commit 0cabe70Copy full SHA for 0cabe70
.travis.yml
@@ -12,4 +12,3 @@ branches:
12
- "/^release\\/.*$/"
13
install:
14
- travis_retry npm install
15
-after_script: 'cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js'
package.json
@@ -5,7 +5,7 @@
5
"main": "lib/index.js",
6
"scripts": {
7
"pretest": "eslint .",
8
- "test": "jest --coverage"
+ "test": "jest --coverage && cat ./coverage/lcov.info | coveralls"
9
},
10
"author": "Nick den Engelsman",
11
"maintainers": [
0 commit comments