-
New Feature
-
Resolution: Unresolved
-
Major
-
None
-
Linux x86_64 x86_64 GNU/Linux
Jacoco Jenkins plugin should log/publish the number of classes picked up by it during reporting or print class mismatch error in order to give more info to the user when running Code Coverage from jenkins . The jacocoant.jar caters to this today.
PFB the logs
root@web1201:/# ant -f build.xml
Buildfile: /build.xml
[jacoco:report] Loading execution data file /tmp/jacoco.exec
[jacoco:report] Writing bundle 'CAS' with 231 classes
BUILD SUCCESSFUL
Total time: 3 seconds