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 6adabd5 commit 9b1c41bCopy full SHA for 9b1c41b
circle.yml
@@ -4,3 +4,5 @@ machine:
4
test:
5
override:
6
- npm run test-ci
7
+ post:
8
+ - ./node_modules/.bin/coveralls < coverage/lcov.info
package.json
@@ -106,7 +106,7 @@
106
"changelog": "standard-changelog -i CHANGELOG.md -w",
107
"self-lint": "node ./bin/documentation.js lint src",
108
"test": "npm run build && eslint . && are-we-flow-yet src && flow check && jest",
109
- "test-ci": "npm run build && eslint . && are-we-flow-yet src && flow check && jest --runInBand && coveralls < coverage/lcov.info"
+ "test-ci": "npm run build && eslint . && are-we-flow-yet src && flow check && jest --runInBand"
110
},
111
"jest": {
112
"testPathIgnorePatterns": [
0 commit comments