You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(jenkins): add metric parameter support for apiv4 coverage plugin
The apiv4 format now supports a 'metric' query parameter allowing users
to choose which coverage metric to display from the new Jenkins
coverage plugin (io.jenkins.plugins.coverage).
Supported metrics: line (default), branch, instruction, method, module, file
Also updated the description to mention the new Coverage Plugin.
Closes#11689
<li>Any plugin which integrates with version 1 or 4+ of the <a href="https://plugins.jenkins.io/code-coverage-api">Code Coverage API</a> (e.g. llvm-cov, Cobertura 1.13+, etc.)</li>
115
+
<li>The new <a href="https://plugins.jenkins.io/coverage">Coverage Plugin</a> (use format <code>apiv4</code> with optional <code>metric</code> parameter)</li>
0 commit comments