Branch: refs/heads/master
Home: https://github.com/jenkinsci/code-coverage-api-plugin
Commit: 22a59171e8b7850b867389cfa0cc4dbe206096b4
https://github.com/jenkinsci/code-coverage-api-plugin/commit/22a59171e8b7850b867389cfa0cc4dbe206096b4
Author: Ulli Hafner <[email protected]>
Date: 2023-05-10 (Wed, 10 May 2023)
Changed paths:
M
plugin/src/main/java/io/jenkins/plugins/coverage/metrics/steps/CoverageBuildAction.java
M
plugin/src/main/java/io/jenkins/plugins/coverage/metrics/steps/CoverageReporter.java
M
plugin/src/test/java/io/jenkins/plugins/coverage/metrics/steps/DeltaComputationITest.java
Log Message:
-----------
Use the correct ID of the action when comparing with reference build.
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.
Commit: d4f72fecc9de442506f574a213421bf36ece1ea6
https://github.com/jenkinsci/code-coverage-api-plugin/commit/d4f72fecc9de442506f574a213421bf36ece1ea6
Author: Ullrich Hafner <[email protected]>
Date: 2023-05-10 (Wed, 10 May 2023)
Changed paths:
M
plugin/src/main/java/io/jenkins/plugins/coverage/metrics/steps/CoverageBuildAction.java
M
plugin/src/main/java/io/jenkins/plugins/coverage/metrics/steps/CoverageReporter.java
M
plugin/src/test/java/io/jenkins/plugins/coverage/metrics/steps/DeltaComputationITest.java
Log Message:
-----------
Merge pull request #672 from jenkinsci/use-id-to-select-reference-action
Use the correct ID of the action when comparing with reference build
Compare:
https://github.com/jenkinsci/code-coverage-api-plugin/compare/af39962c3ca5...d4f72fecc9de
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/master/af3996-d4f72f%40github.com.