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 a displayName for each metric #136

Merged
merged 1 commit into from
Nov 15, 2024
Merged

Add a displayName for each metric #136

merged 1 commit into from
Nov 15, 2024

Conversation

uhafner
Copy link
Member

@uhafner uhafner commented Nov 15, 2024

Downstream tools will report the metrics in different user interfaces, so it makes sense to provide English display names in this library. Additional localizations should be possible, but are not yet provided here.

@uhafner uhafner added the enhancement Enhancement of existing functionality label Nov 15, 2024
Copy link

☀️   Quality Monitor

   🚦   Tests: 100% successful (✔️ 299 passed)
   〰️   Line Coverage: 96% (82 missed lines)
   ➰   Branch Coverage: 92% (75 missed branches)
   PIT   Mutation Coverage: 90% (113 survived mutations)
   💪   Test Strength: 93% (79 survived mutations in tested code)
   CheckStyle   CheckStyle: No warnings
   PMD   PMD: No warnings
   SpotBugs   SpotBugs: No bugs
   🐛   Error Prone: No bugs
   OWASP Dependency Check   OWASP Dependency Check: No vulnerabilities
   🌀   Cyclomatic Complexity: 669 (total)
   💭   Cognitive Complexity: 529 (total)
   📏   Lines of Code: 7402 (total)
   📝   Non Commenting Source Statements: 3005 (total)
   🔭   Access to foreign data: 373 (total)
   🔗   Class cohesion: 58.33% (maximum)
   📤   Fan out: 650 (total)
   📲   Number of accessors: 63 (total)
   ⚖️   Weight of a class: 100.00% (maximum)
   📐   Weighted method count: 1011 (total)
   ➿   N-Path Complexity: 1493 (total)


Created by Quality Monitor v1.14.0 (#f3859fd). More details are shown in the GitHub Checks Result.

Copy link

codecov bot commented Nov 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.49%. Comparing base (86b0a55) to head (654c3a9).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #136   +/-   ##
=========================================
  Coverage     93.49%   93.49%           
  Complexity      850      850           
=========================================
  Files            28       28           
  Lines          2322     2322           
  Branches        338      338           
=========================================
  Hits           2171     2171           
  Misses           82       82           
  Partials         69       69           

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

@uhafner uhafner merged commit 537009e into main Nov 15, 2024
34 checks passed
@uhafner uhafner deleted the displayNames branch November 15, 2024 18:52
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