-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[VIRTS-4159] update check reason skipped #2623
[VIRTS-4159] update check reason skipped #2623
Conversation
Kudos, SonarCloud Quality Gate passed! |
@bleepbop any chance you'll have some availability soon to update and make these changes? |
This issue is stale because it has been open 20 days with no activity. Remove stale label or comment or this will be closed in 5 days |
This issue is stale because it has been open 20 days with no activity. Remove stale label or comment or this will be closed in 5 days |
This issue is stale because it has been open 20 days with no activity. Remove stale label or comment or this will be closed in 5 days |
Kudos, SonarCloud Quality Gate passed! |
This issue is stale because it has been open 20 days with no activity. Remove stale label or comment or this will be closed in 5 days |
Please retry analysis of this Pull-Request directly on SonarCloud. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs 94.1% Coverage The version of Java (11.0.20) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Description
Creates new Reasons enum within
c_operation.py
. These Reasons are used by_check_reason_skipped()
to determine why operation abilities didn't run. Reasons are ordered by priority, with lower values indicating higher priority.Dependent on #2612
Type of change
How Has This Been Tested?
Added unit tests for each potential reason an ability would be skipped.
Checklist: