Skip to content

Commit 9b1c41b

Browse files
committed
Report in a post task
1 parent 6adabd5 commit 9b1c41b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

circle.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ machine:
44
test:
55
override:
66
- npm run test-ci
7+
post:
8+
- ./node_modules/.bin/coveralls < coverage/lcov.info

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"changelog": "standard-changelog -i CHANGELOG.md -w",
107107
"self-lint": "node ./bin/documentation.js lint src",
108108
"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"
109+
"test-ci": "npm run build && eslint . && are-we-flow-yet src && flow check && jest --runInBand"
110110
},
111111
"jest": {
112112
"testPathIgnorePatterns": [

0 commit comments

Comments
 (0)