Skip to content

chore: fix charts#511

Open
vdvukhzhilov wants to merge 1 commit intomainfrom
graphs-fixes
Open

chore: fix charts#511
vdvukhzhilov wants to merge 1 commit intomainfrom
graphs-fixes

Conversation

@vdvukhzhilov
Copy link
Collaborator

@vdvukhzhilov vdvukhzhilov commented Feb 25, 2026

Closes #424

@vdvukhzhilov vdvukhzhilov force-pushed the graphs-fixes branch 2 times, most recently from 2108831 to 98ee695 Compare February 25, 2026 17:13
@github-actions
Copy link

github-actions bot commented Feb 25, 2026

Allure Report Summary

Name Duration Stats New Flaky Retry Report
Allure 3 Report 23m 21s Passed tests 5263   Skipped tests 15   Unknown tests 12 48 0 0 View
My Dashboard 23m 21s Passed tests 5263   Skipped tests 15   Unknown tests 12 48 0 0 View
Allure 3 GitHub actions run (2026-03-16T13:00:00.640Z) 23m 21s Passed tests 5263   Skipped tests 15   Unknown tests 12 48 0 0 View

@vdvukhzhilov vdvukhzhilov marked this pull request as ready for review February 26, 2026 11:04

if (!htr) {
// Gap: test was not in this run — keep only statuses after this point
block = [];
Copy link
Collaborator

Choose a reason for hiding this comment

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

I doubt we need such a reset logic. Often, missing tests are essentially the same as skipped. For example, skipped NUnit tests are missing by default unless [AllureDisplayIgnored] is applied. Let's just treat gaps as skipped test results.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve stability visuals

2 participants