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

Add parser categories #1095

Merged
merged 5 commits into from
Oct 5, 2024
Merged

Add parser categories #1095

merged 5 commits into from
Oct 5, 2024

Conversation

uhafner
Copy link
Member

@uhafner uhafner commented Sep 24, 2024

The plugin started with warnings only, but now we can scan for warnings, bugs, vulnerabilities, etc. It makes sense to categorize all parsers so we can automatically set icons and texts for the selected parser.

@uhafner uhafner added the enhancement Enhancement of existing functionality label Sep 24, 2024
Copy link

☀️   Quality Monitor

   🚦   Tests: 100 % successful (✔️ 1289 passed, 🙈 2 skipped)
   〰️   Line Coverage: 94% (421 missed lines)
   ➰   Branch Coverage: 87% (264 missed branches)
   CheckStyle   CheckStyle: No warnings
   PMD   PMD: No warnings
   SpotBugs   SpotBugs: No warnings
   🐛   Error Prone: No warnings

Created by Quality Monitor v1.9.0 (#00b9b1a). More details are shown in the GitHub Checks Result.

Parsers now have a category to simplify the adaption in the user
interface.
Copy link

github-actions bot commented Oct 5, 2024

☀️   Quality Monitor

   🚦   Tests: 100 % successful (✔️ 1289 passed, 🙈 2 skipped)
   〰️   Line Coverage: 94% (426 missed lines)
   ➰   Branch Coverage: 87% (264 missed branches)
   CheckStyle   CheckStyle: No warnings
   PMD   PMD: No warnings
   SpotBugs   SpotBugs: No warnings
   🐛   Error Prone: 1 warning (0 error, 0 high, 1 normal, 0 low)

Created by Quality Monitor v1.10.0 (#9c48d50). More details are shown in the GitHub Checks Result.

Copy link

codecov bot commented Oct 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.58%. Comparing base (234c415) to head (a4b2f36).
Report is 26 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1095      +/-   ##
============================================
+ Coverage     90.55%   90.58%   +0.02%     
- Complexity     2311     2323      +12     
============================================
  Files           357      357              
  Lines          6566     6583      +17     
  Branches        676      676              
============================================
+ Hits           5946     5963      +17     
  Misses          417      417              
  Partials        203      203              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@uhafner uhafner marked this pull request as ready for review October 5, 2024 10:37
Copy link

github-actions bot commented Oct 5, 2024

☀️   Quality Monitor

   🚦   Tests: 100 % successful (✔️ 1290 passed, 🙈 2 skipped)
   〰️   Line Coverage: 94% (417 missed lines)
   ➰   Branch Coverage: 87% (264 missed branches)
   CheckStyle   CheckStyle: No warnings
   PMD   PMD: No warnings
   SpotBugs   SpotBugs: No warnings
   🐛   Error Prone: 1 warning (0 error, 0 high, 1 normal, 0 low)
   OWASP Dependency Check   OWASP Dependency Check: 1 warning (0 error, 0 high, 1 normal, 0 low)

Created by Quality Monitor v1.10.0 (#9c48d50). More details are shown in the GitHub Checks Result.

Copy link

github-actions bot commented Oct 5, 2024

☀️   Quality Monitor

   🚦   Tests: 100 % successful (✔️ 1290 passed, 🙈 2 skipped)
   〰️   Line Coverage: 94% (417 missed lines)
   ➰   Branch Coverage: 87% (264 missed branches)
   CheckStyle   CheckStyle: No warnings
   PMD   PMD: No warnings
   SpotBugs   SpotBugs: No warnings
   🐛   Error Prone: 4 warnings (0 error, 0 high, 4 normal, 0 low)
   OWASP Dependency Check   OWASP Dependency Check: 1 warning (0 error, 0 high, 1 normal, 0 low)

Created by Quality Monitor v1.10.0 (#9c48d50). More details are shown in the GitHub Checks Result.

Copy link

github-actions bot commented Oct 5, 2024

☀️   Quality Monitor

   🚦   Tests: 100 % successful (✔️ 1290 passed, 🙈 2 skipped)
   〰️   Line Coverage: 94% (417 missed lines)
   ➰   Branch Coverage: 87% (264 missed branches)
   CheckStyle   CheckStyle: No warnings
   PMD   PMD: No warnings
   SpotBugs   SpotBugs: No warnings
   🐛   Error Prone: No warnings
   OWASP Dependency Check   OWASP Dependency Check: 1 warning (0 error, 0 high, 1 normal, 0 low)

Created by Quality Monitor v1.10.0 (#9c48d50). More details are shown in the GitHub Checks Result.

@uhafner uhafner merged commit 9cb9946 into main Oct 5, 2024
16 of 17 checks passed
@uhafner uhafner deleted the categories branch October 5, 2024 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement of existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant