Slackbot
02/11/2022, 6:42 PMJohn Bellini
02/11/2022, 6:47 PMJohn Bellini
02/11/2022, 6:48 PMJohn Bellini
02/11/2022, 6:48 PMNikolay
02/11/2022, 6:52 PMJohn Bellini
02/11/2022, 6:53 PMNikolay
02/11/2022, 10:40 PMTask :aggregateCodeCoverageReport SKIPPEDJohn Bellini
02/11/2022, 10:46 PMJohn Bellini
02/11/2022, 10:46 PMVampire
02/12/2022, 8:00 PMNikolay
02/14/2022, 10:02 AMNikolay
02/14/2022, 10:02 AMVampire
02/14/2022, 5:09 PMI am trying to create an aggregated Jacoco coverage reportWhy I asked is because you apply the plugin for jacoco aggregation and then try to register a test aggregation task which is why it does not work.
which can then be consumed by sonarqube and jenkins.Afair those reports are HTML report, so not for consumption in SQ or Jenkins. I didn't use those plugins yet, but from a quick look, I'd guess the
jacocoAggregation configuration will contain the XML files that you then configure SQ and Jenkins to process.
Both tools should be able to process multiple report files, otherwise you need a JacocoMerge task that merges them.
But that task type is deprecated as virtually any tool accepting JaCoCo reports support processing mutliple files.
Similarly I would liket o create an aggregated test report which can also be consumed by Jenkins.
It seems the aggregated test report can only be html (not xml).Same as above.
Nikolay
02/14/2022, 5:14 PM