When I used jacoco in a multimodule project before, I had to add a task to combine all the results files into a single one.
Though can you set up the plugin to not run on the parent pom? That could be causing an issue. Otherwise, it would probably make sense regardless to aggregate the coverage xml files. On 14 November 2016 at 02:29, Gary Gregory <garydgreg...@gmail.com> wrote: > We have a Travis CI (https://travis-ci.org/apache/logging-log4j2/) build > running but I cannot get the Maven Coveralls Plugin to behave. > > The build is green (it builds) BUT I always get this at the bottom of the > _raw_ log: > > [ERROR] Failed to execute goal > org.eluder.coveralls:coveralls-maven-plugin:4.3.0:report (default-cli) on > project log4j: I/O operation failed: No coverage report files found -> [Help > 1] > > It must have something to do with the multi-module nature of our build. > > Any help is welcome. > > Gary > > -- > E-Mail: garydgreg...@gmail.com | ggreg...@apache.org > Java Persistence with Hibernate, Second Edition > <https://www.amazon.com/gp/product/1617290459/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1617290459&linkCode=as2&tag=garygregory-20&linkId=cadb800f39946ec62ea2b1af9fe6a2b8> > > <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1617290459> > JUnit in Action, Second Edition > <https://www.amazon.com/gp/product/1935182021/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182021&linkCode=as2&tag=garygregory-20&linkId=31ecd1f6b6d1eaf8886ac902a24de418%22> > > <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182021> > Spring Batch in Action > <https://www.amazon.com/gp/product/1935182951/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182951&linkCode=%7B%7BlinkCode%7D%7D&tag=garygregory-20&linkId=%7B%7Blink_id%7D%7D%22%3ESpring+Batch+in+Action> > <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182951> > Blog: http://garygregory.wordpress.com > Home: http://garygregory.com/ > Tweet! http://twitter.com/GaryGregory > -- Matt Sicker <boa...@gmail.com>