Skip to content

Restore row data class#732

Merged
uhafner merged 1 commit intomainfrom
detailed-cells
Apr 19, 2026
Merged

Restore row data class#732
uhafner merged 1 commit intomainfrom
detailed-cells

Conversation

@uhafner
Copy link
Copy Markdown
Member

@uhafner uhafner commented Apr 19, 2026

Make all properties of the coverage row data class public again. Jackson 3 serializes only non-annotated properties that are marked as public.

Fixes #727

Make all properties of the coverage row data class public again.
Jackson 3 serializes only non-annotated properties that are marked as
public.

Fixes #727
@uhafner uhafner added the bug Bugs or performance problems label Apr 19, 2026
@github-actions
Copy link
Copy Markdown

☀️   Quality Monitor

Tests

   JUnit   Unit Tests: ✅ successful — 190 passed
   🚀   Integration Tests: ✅ successful — 148 passed, 7 skipped
   ⛔   Architecture Tests: ✅ successful — 15 passed

Coverage for New Code

   〰️   Line Coverage: 100.00% — perfect 🎉
   ➰   Branch Coverage: 100.00% — perfect 🎉

Coverage for Whole Project

   〰️   Line Coverage: 76.32% — 726 missed lines
   ➰   Branch Coverage: 66.59% — 293 missed branches

Style

   CheckStyle   CheckStyle: No warnings
   PMD   PMD: No warnings
   ☕   Java Compiler: No warnings

Bugs

   SpotBugs   SpotBugs: No bugs
   🐛   Error Prone: No bugs

Vulnerabilities

   🛡️   OWASP Dependency Check: 205 vulnerabilities — error: 17, high: 53, normal: 130, low: 5

Software Metrics

   🌀   Cyclomatic Complexity: 1031 (total)
   💭   Cognitive Complexity: 564 (total)
   ➿   N-Path Complexity: 1387 (total)
   📏   Lines of Code: 12060 (total)
   📝   Non Commenting Source Statements: 4064 (total)
   🔗   Class Cohesion: 100.00% (maximum)
   ⚖️   Weight of Class: 100.00% (maximum)

🚦 Quality Gates

Overall Status: ✅ SUCCESS

✅ Passed Gates

  • ✅ Overall Tests Success Rate: 100.00 >= 100.00
  • ✅ Line Coverage in New Code: 100.00 >= 90.00
  • ✅ Branch Coverage in New Code: 100.00 >= 90.00
  • ✅ Potential Bugs in Whole Project: 0.00 <= 0.00
  • ✅ Style Violation in Whole Project: 0.00 <= 0.00

Created by Quality Monitor v4.10.0 (#a182a22). More details are shown in the GitHub Checks Result.

@uhafner uhafner merged commit d0f86de into main Apr 19, 2026
35 checks passed
@uhafner uhafner deleted the detailed-cells branch April 19, 2026 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Bugs or performance problems

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Newest coverage plugin fails to display JaCoCo "Files" view

1 participant