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

Use specific parser type names #383

Merged
merged 3 commits into from
Oct 5, 2024
Merged

Use specific parser type names #383

merged 3 commits into from
Oct 5, 2024

Conversation

uhafner
Copy link
Owner

@uhafner uhafner commented Oct 5, 2024

Uses the following type mapping:

  • WARNING -> "warning";
  • BUG -> "bug";
  • DUPLICATION -> "duplication";
  • VULNERABILITY -> "vulnerability";

Uses the following type mapping:
- WARNING -> "warning";
- BUG -> "bug";
- DUPLICATION -> "duplication";
- VULNERABILITY -> "vulnerability";
@uhafner uhafner added the enhancement Enhancement of existing functionality label Oct 5, 2024
Copy link

codecov bot commented Oct 5, 2024

Codecov Report

Attention: Patch coverage is 85.71429% with 5 lines in your changes missing coverage. Please review.

Project coverage is 84.43%. Comparing base (4118c07) to head (c90f677).
Report is 8 commits behind head on main.

Files with missing lines Patch % Lines
...main/java/edu/hm/hafner/grading/AnalysisScore.java 85.29% 3 Missing and 2 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #383      +/-   ##
============================================
- Coverage     84.56%   84.43%   -0.13%     
- Complexity      379      391      +12     
============================================
  Files            26       26              
  Lines          1192     1221      +29     
  Branches         75       77       +2     
============================================
+ Hits           1008     1031      +23     
- Misses          153      158       +5     
- Partials         31       32       +1     

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

Copy link

github-actions bot commented Oct 5, 2024

☀️   Quality Monitor

   🚦   Tests: 100 % successful (✔️ 116 passed)
   〰️   Line Coverage: 87% (155 missed lines)
   ➰   Branch Coverage: 80% (61 missed branches)
   PIT   Mutation Coverage: 76% (162 survived mutations)
   CheckStyle   CheckStyle: No warnings
   PMD   PMD: 6 warnings (0 error, 1 high, 4 normal, 1 low)
   SpotBugs   SpotBugs: No warnings

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 (✔️ 124 passed)
   〰️   Line Coverage: 87% (158 missed lines)
   ➰   Branch Coverage: 80% (61 missed branches)
   PIT   Mutation Coverage: 76% (162 survived mutations)
   CheckStyle   CheckStyle: No warnings
   PMD   PMD: 4 warnings (0 error, 1 high, 2 normal, 1 low)
   SpotBugs   SpotBugs: No warnings

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 (✔️ 124 passed)
   〰️   Line Coverage: 87% (158 missed lines)
   ➰   Branch Coverage: 80% (61 missed branches)
   PIT   Mutation Coverage: 76% (162 survived mutations)
   CheckStyle   CheckStyle: No warnings
   PMD   PMD: 4 warnings (0 error, 1 high, 2 normal, 1 low)
   SpotBugs   SpotBugs: No warnings

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

@uhafner uhafner merged commit dad78d5 into main Oct 5, 2024
16 checks passed
@uhafner uhafner deleted the type-names branch October 5, 2024 17:19
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