Skip to content

Feature/impacted methods in build diff report epmdj 11198#462

Merged
RomanDavlyatshin merged 7 commits intomainfrom
feature/impacted-methods-in-build-diff-report-EPMDJ-11198
Feb 19, 2026
Merged

Feature/impacted methods in build diff report epmdj 11198#462
RomanDavlyatshin merged 7 commits intomainfrom
feature/impacted-methods-in-build-diff-report-EPMDJ-11198

Conversation

@iryabov
Copy link
Contributor

@iryabov iryabov commented Feb 12, 2026

No description provided.

feat: add coverage threshold parameter for getBuildDiffReport

EPMDJ-11198
COALESCE((SELECT tested_methods FROM TestedChanges WHERE change_type = 'new'), 0) as tested_new_methods,
COALESCE((SELECT tested_methods FROM TestedChanges WHERE change_type = 'modified'), 0) as tested_modified_methods,
(SELECT isolated_probes_coverage_ratio FROM Coverage) as coverage,
(SELECT aggregated_probes_coverage_ratio FROM Coverage) as aggregated_coverage,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does aggregation also include information from other branches? AFAIR we wanted to exclude that

val baselineCommitSha: String? = null,
val baselineBuildVersion: String? = null,
val coverageThreshold: Double = 1.0, // TODO Float should be enough
val coverageThreshold: Double = 0.0,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we wanted to put that into raw_data.group_settings

@sonarqubecloud
Copy link

@RomanDavlyatshin RomanDavlyatshin merged commit 5b1637e into main Feb 19, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments