Skip to content

Update success rate chart calculation logic - #3492

Open
epszaw wants to merge 2 commits into
mainfrom
fix-success-rate-metrics-calculation
Open

Update success rate chart calculation logic#3492
epszaw wants to merge 2 commits into
mainfrom
fix-success-rate-metrics-calculation

Conversation

@epszaw

@epszaw epszaw commented Sep 7, 2026

Copy link
Copy Markdown
Member

fixes #3489

The PR changes the success rate metric calculation algorithm and introduces tooltips for the success rate chart.

The new success rate formula is: passed / (passed + failed + broken).

Context

Checklist

@epszaw epszaw added the pr:bug Something isn't working label Sep 7, 2026
@github-actions

github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown

Allure Report Summary

Name Duration Stats New Flaky Retry Report
Allure 2 – Pull request #3492 15m 55s Passed tests 477   Skipped tests 1 1 0 0 View

@harmin-parra

Copy link
Copy Markdown

Hi,

May I ask, why on earth are you applying that formula for the success rate?
Why taking out the skipped tests for the success rate calculation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr:bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The success rate displayed is incorrect

2 participants