Skip to content

chore(consumer): reflow stranded comment lines in CrashRestartReprocessingIntegrationTest#222

Merged
eschizoid merged 1 commit into
mainfrom
chore/crashrestart-comment-reflow
Jun 22, 2026
Merged

chore(consumer): reflow stranded comment lines in CrashRestartReprocessingIntegrationTest#222
eschizoid merged 1 commit into
mainfrom
chore/crashrestart-comment-reflow

Conversation

@eschizoid

Copy link
Copy Markdown
Owner

Cosmetic-only. Three // comment blocks in CrashRestartReprocessingIntegrationTest had mid-sentence single words stranded on their own lines (a spotless reflow artifact — it wraps at ~100 chars and pushes the overflow word to its own line). Re-wrapped each block so every line stays under the wrap width with natural multi-word continuations.

No code or assertion changes. Surfaced by the comment-analyzer lens during the #221 review; lives on main from #220. Sentence-final single-word lines (e.g. // tail.) are intentionally left as-is.

…ssingIntegrationTest

Three '//' comment blocks had mid-sentence single words stranded on their own lines
(spotless wraps at ~100 chars and pushed the overflow word down). Re-wrapped each block
so every line stays under the wrap width with natural multi-word continuations. Cosmetic
only — no code or assertion changes. (Sentence-final single-word lines are left as-is.)
@codecov

codecov Bot commented Jun 22, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@e59b910). Learn more about missing BASE report.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #222   +/-   ##
=======================================
  Coverage        ?   80.56%           
  Complexity      ?      795           
=======================================
  Files           ?       66           
  Lines           ?     2927           
  Branches        ?      372           
=======================================
  Hits            ?     2358           
  Misses          ?      411           
  Partials        ?      158           

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

@eschizoid eschizoid merged commit e87170d into main Jun 22, 2026
4 checks passed
@eschizoid eschizoid deleted the chore/crashrestart-comment-reflow branch June 22, 2026 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant