Skip to content

fix: preserve annotations across table groups - #6

Merged
masonkatz merged 2 commits into
mainfrom
fix/annotation-rendering
Aug 22, 2026
Merged

fix: preserve annotations across table groups#6
masonkatz merged 2 commits into
mainfrom
fix/annotation-rendering

Conversation

@masonkatz

Copy link
Copy Markdown
Member

Summary

  • retain annotations at struct-type boundaries
  • emit all annotations sharing a row position in insertion order
  • add regression coverage for both cases

Fixes #2

Validation

  • make test
  • make lint (currently reports five pre-existing goconst findings on origin/main)

@codecov

codecov Bot commented Aug 22, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.28%. Comparing base (8a905d7) to head (2a8e909).

Additional details and impacted files
@@            Coverage Diff             @@
##             main       #6      +/-   ##
==========================================
+ Coverage   78.06%   80.28%   +2.21%     
==========================================
  Files           8        8              
  Lines         269      284      +15     
==========================================
+ Hits          210      228      +18     
+ Misses         55       52       -3     
  Partials        4        4              

☔ View full report in Codecov by Harness.
📢 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.

masonkatz and others added 2 commits August 21, 2026 18:28
Fixes #2

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@masonkatz
masonkatz force-pushed the fix/annotation-rendering branch from 96e4e04 to 2a8e909 Compare August 22, 2026 01:29
@masonkatz
masonkatz merged commit ab3a1e6 into main Aug 22, 2026
4 checks passed
@masonkatz
masonkatz deleted the fix/annotation-rendering branch August 23, 2026 00:12
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.

fix: preserve annotations across type boundaries and duplicate positions

1 participant