-
Notifications
You must be signed in to change notification settings - Fork 184
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
Add parser categories #1095
Conversation
☀️ Quality Monitor 🚦 Tests: 100 % successful (✔️ 1289 passed, 🙈 2 skipped) 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.
☀️ Quality Monitor 🚦 Tests: 100 % successful (✔️ 1289 passed, 🙈 2 skipped) Created by Quality Monitor v1.10.0 (#9c48d50). More details are shown in the GitHub Checks Result. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
☀️ Quality Monitor 🚦 Tests: 100 % successful (✔️ 1290 passed, 🙈 2 skipped) Created by Quality Monitor v1.10.0 (#9c48d50). More details are shown in the GitHub Checks Result. |
☀️ Quality Monitor 🚦 Tests: 100 % successful (✔️ 1290 passed, 🙈 2 skipped) Created by Quality Monitor v1.10.0 (#9c48d50). More details are shown in the GitHub Checks Result. |
☀️ Quality Monitor 🚦 Tests: 100 % successful (✔️ 1290 passed, 🙈 2 skipped) Created by Quality Monitor v1.10.0 (#9c48d50). More details are shown in the GitHub Checks Result. |
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.