Skip to content

Commit

Permalink
Add note for multi-project build
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed Jan 18, 2015
1 parent 438c85c commit 0f4e0bb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,12 @@ env:
- secure: <encrypted string here>
```

### Use with mutli-project build

This plugin only handles one project per build. You need to merge coverage report before coveralls plugin take it.

See example: https://github.com/ben-manes/caffeine/blob/master/build.gradle

### Configuring coveralls "task"

If you configure coveralls "task" (not the extension object), you need to write as the following:
Expand Down

0 comments on commit 0f4e0bb

Please sign in to comment.