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

feat: filtering specific checks #140

Conversation

Chezka109
Copy link
Collaborator

Filtering Specific Checks

Description

This feature adds the ability to filter GatorGrade results to show only the failing checks when running the command. By including a flag such as --show-failures, users will be able to see just the errors, which will make it easier to focus on the areas that need improvement without sifting through the passing checks. In addition to this, users can use the flag --check-include to show only a specific check and --check-exclude to remove specific checks when gatorgrade runs.

Linked Issues

closes: #139

Type of Change

  • Feature
  • Bug fix
  • Documentation

Contributors

Reminder

  • All GitHub Actions should be in a passing state before any pull request is merged.
  • All PRs must be reviewed by at least one team member and one member of the Integration team!
  • Any issues this PR closes are tagged in the description!

@Chezka109 Chezka109 added the enhancement New feature or request label Oct 23, 2024
@Chezka109
Copy link
Collaborator Author

Update: trying to implement the diagnostic message for failing checks when --check-include and --check-exclude runs and trying to get the overall status percentage of checks to show up when --show-failures runs.

@Chezka109
Copy link
Collaborator Author

@AlishChhetri I'm having trouble figuring out why the diagnostic message for --check-include and --check-exclude isn't showing up and why the report box isn't showing up for --show-failures

@gkapfham gkapfham marked this pull request as draft October 24, 2024 17:56
@gkapfham
Copy link
Collaborator

Hello @Chezka109 can you please give us a status update on the work for this branch? It does not look completed and thus I converted it to a draft PR. Also, I think that this PR needs some screenshots to demonstrate what is and is not working and how a person would actually use the feature that this PR implements.

@gkapfham
Copy link
Collaborator

Also @Chezka109 please note that this branch has conflicts that must be resolved before it can be merged. Can you please investigate these issues? Thanks so much, I appreciate your help.

@Chezka109 Chezka109 closed this Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: filtered check flags
3 participants