JaCoCo plugin which does not override the exclusion list specified by build.gradle
5 views
Skip to first unread message
Ipsita Samal
unread,
Jan 29, 2017, 9:56:20 AM1/29/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Users
Hi,
This jacoco plugin : https://wiki.jenkins-ci.org/display/JENKINS/JaCoCo+Plugin overrides the exclusion list provided in build.gradle with its own set of exclusions which it accepts as a parameter as a part of jenkins config. Is there way I can provide that exclusion list as a part of build.gradle itself? The reason being it gets too messy to include the exclusion list in jenkins config for multi-module projects.
If no such plugin already exists, can somebody suggest any changes that I can make in the code https://github.com/jenkinsci/jacoco-plugin/ so that the existing build.gradle exclusion list for jacoco is not overridden.