Skip to content

Refactor: Extract grid logic out of DecompressionPlanner - #172

Merged
Rolf-Smit merged 1 commit into
mainfrom
refactor/extract-deco-grid
Apr 28, 2026
Merged

Refactor: Extract grid logic out of DecompressionPlanner#172
Rolf-Smit merged 1 commit into
mainfrom
refactor/extract-deco-grid

Conversation

@Rolf-Smit

Copy link
Copy Markdown
Contributor

Moved grid-related state and methods into a standalone DecoGrid class. DecompressionPlanner now accepts a DecoGrid instance and delegates grid operations to it.

Moved grid-related state and methods into a standalone `DecoGrid` class. `DecompressionPlanner` now accepts a `DecoGrid` instance and delegates grid operations to it.
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 90.00000% with 7 lines in your changes missing coverage. Please review.
✅ Project coverage is 69.78%. Comparing base (72b9e98) to head (85e8db8).

Files with missing lines Patch % Lines
...ysner/domain/decompression/DecompressionPlanner.kt 81.81% 0 Missing and 4 partials ⚠️
...otech/app/abysner/domain/decompression/DecoGrid.kt 92.68% 1 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #172      +/-   ##
==========================================
+ Coverage   69.77%   69.78%   +0.01%     
==========================================
  Files         141      142       +1     
  Lines        7576     7580       +4     
  Branches      933      933              
==========================================
+ Hits         5286     5290       +4     
  Misses       1813     1813              
  Partials      477      477              
Flag Coverage Δ
domain 77.73% <90.00%> (+0.05%) ⬆️
presentation 67.82% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Rolf-Smit
Rolf-Smit merged commit ee64701 into main Apr 28, 2026
4 checks passed
@github-actions github-actions Bot locked and limited conversation to collaborators Apr 28, 2026
@Rolf-Smit
Rolf-Smit deleted the refactor/extract-deco-grid branch April 28, 2026 10:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants