cizezsy on dev
[maven-release-plugin] prepare … (compare)
cizezsy on code-coverage-api-1.0.7
cizezsy on dev
[maven-release-plugin] prepare … (compare)
cizezsy on dev
Fix: thresholds set in global l… Merge pull request #67 from jen… (compare)
cizezsy on duplicated-thresholds
Fix: thresholds set in global l… (compare)
cizezsy on duplicated-thresholds
Fix: thresholds set in global l… (compare)
cizezsy on dev
remove unused import (compare)
cizezsy on dev
Fix: threshold cannot be serial… Merge pull request #66 from jen… (compare)
cizezsy on threshold-serialize
Fix: threshold cannot be serial… (compare)
configure the reference job
ThresholdTarget
? I want my threshold to be against total number of lines covered. Is this supported?
I am a bit confused because I'm not sure what the "mergeToOneReport" option does (since there can only be a report, it's always "merged" isn't it?), and because in the Jenkins job page I get:
Coverage Report
Project Coverage:
Line: 14.02%
Branch: 14.86%
What's the point of having that "Project Coverage" if there can be only one project?
I suspect I'm missing something. FWIW I'm using the coberturaAdapter with a xml file created by gcovr.
Hi,
i am about to setup the code-coverage-api-plugin for a java maven project (jacoco) and wanted to define some thresholds like:
[thresholdTarget: 'Branch', unhealthyThreshold: 65.0, unstableThreshold: 75.0]
This gives me and NPE when running on Jenkins, as the target "Branch" seems not to exist. It works fine with e.g. "Line".
I could not find the correct target name for branch coverage, could someone give me a hint, how to setup the thresholds for branch coverage?
Best & Thanks