Coverage report with android Gradle plugin 2.2.+

How to get jacoco coverage report for each device when TCs are executed on mutiple devices?
Android Gradle plugin 2.2.+ allows to execute TCs on mutiple devices and generates a coverage file (coverage.ec) for each execution, using the device / emulator in the file name.

How to pass coverage.ec file to execution data to generate coverage report for each execution?