jenkinsci / code-coverage-api-plugin

Deprecated Jenkins Code Coverage Plugin
https://plugins.jenkins.io/code-coverage-api/
MIT License
112 stars 75 forks source link

Use the correct ID of the action when comparing with reference build #672

Closed uhafner closed 1 year ago

uhafner commented 1 year ago

A reference build might contain different coverage actions with different IDs. When computing the delta, we need to select the action with the same ID to make the results comparable.

Example from PR #670 that did not change any code. The mutation coverage is compared with the code coverage 🐛

Bildschirmfoto 2023-05-10 um 20 34 20