Skip to content

Commit

Permalink
Add coveralls env var to config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Gibbons committed Feb 19, 2018
1 parent dbc48d5 commit 636a441
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ jobs:
- store_test_results:
path: target/test-results

- run: yarn coveralls
- run:
command: yarn coveralls
environment:
COVERALLS_SERVICE_JOB_ID: $CIRCLE_BUILD_NUM

- persist_to_workspace:
root: .
Expand Down

0 comments on commit 636a441

Please sign in to comment.