Skip to content

Commit 3a03395

Browse files
committed
CircleCI config update
1 parent 3b1f284 commit 3a03395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
command: 'cat temp/coverage/coverage.txt'
4040
- run:
4141
name: Run coveralls
42-
command: 'cat temp/coverage/coverage.txt | ./node_modules/coveralls/bin/coveralls.js'
42+
command: 'cat temp/coverage/coverage.txt | ./node_modules/coveralls/bin/coveralls.js -v'
4343
- store_artifacts:
4444
path: temp/coverage
4545
prefix: coverage

0 commit comments

Comments
 (0)