Skip to content

chore: isolate formatting cleanup from #60#61

Merged
shamaton merged 3 commits into
mainfrom
chore/format
May 9, 2026
Merged

chore: isolate formatting cleanup from #60#61
shamaton merged 3 commits into
mainfrom
chore/format

Conversation

@shamaton
Copy link
Copy Markdown
Owner

@shamaton shamaton commented May 9, 2026

Summary

This PR extracts formatting-only changes from #60 so the functional fix in #60 is easier to review.

Background / Motivation

#60 includes an actual decoder fix, but it also contains unrelated formatting changes across Go files, README, and workflow YAML. Splitting those changes out reduces diff noise and keeps #60 focused on the behavior change.

Changes

  • Apply Go formatting cleanup across existing source and test files
  • Normalize README formatting
  • Normalize GitHub workflow YAML formatting

Test Plan

  • go test ./...

Notes

This PR is intended to be behavior-neutral. It does not include the decoder fix from #60.

@shamaton shamaton self-assigned this May 9, 2026
@shamaton shamaton added the type: maintenance Refactoring, cleanup, dependencies, or tooling label May 9, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.36%. Comparing base (20ba54b) to head (4689d60).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #61   +/-   ##
=======================================
  Coverage   98.36%   98.36%           
=======================================
  Files          72       72           
  Lines        6038     6039    +1     
=======================================
+ Hits         5939     5940    +1     
  Misses         70       70           
  Partials       29       29           

☔ 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.

@shamaton shamaton merged commit 5ec2f88 into main May 9, 2026
20 checks passed
@shamaton shamaton deleted the chore/format branch May 9, 2026 12:29
@github-actions github-actions Bot mentioned this pull request May 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: maintenance Refactoring, cleanup, dependencies, or tooling

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant