Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

report: fix hidden audit handling for non-perf categories #15968

Merged
merged 1 commit into from
Apr 19, 2024

Conversation

adamraine
Copy link
Member

The artifact refresh in #15962 revealed that we were not always handling the hidden group correctly. Before, if an audit had group hidden it would only be omitted from the report if it would be in the failed clump. So an audit marked N/A that had group hidden would appear in the report (under the N/A section)

This wasn't picked up by unit tests because the unit tests were indifferent to the hidden group and the sample artifacts didn't have any audits with group hidden that failed. With the artifact refresh, there was an audit that failed but was in group hidden which started tripping up the tests with incorrect expectations.

This PR splits out the report fix and the associated test expectation corrections from #15962

@adamraine adamraine requested a review from a team as a code owner April 18, 2024 22:47
@adamraine adamraine requested review from connorjclark and removed request for a team April 18, 2024 22:47
Copy link
Collaborator

@connorjclark connorjclark left a comment

Choose a reason for hiding this comment

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

Thanks for splitting out, this is much more understandable

@adamraine adamraine merged commit 8f7f4e1 into main Apr 19, 2024
27 checks passed
@adamraine adamraine deleted the fix-hidden-audit branch April 19, 2024 17:46
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.

3 participants