Skip to content

feat: support interface methods#126

Merged
tmzane merged 1 commit intomainfrom
support-interface-methods
Aug 12, 2025
Merged

feat: support interface methods#126
tmzane merged 1 commit intomainfrom
support-interface-methods

Conversation

@tmzane
Copy link
Copy Markdown
Member

@tmzane tmzane commented Aug 11, 2025

Closes #125

Also replaced visit.Preorder with visit.PreorderSeq.

@tmzane tmzane self-assigned this Aug 11, 2025
@codecov
Copy link
Copy Markdown

codecov bot commented Aug 11, 2025

Codecov Report

❌ Patch coverage is 92.85714% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 74.16%. Comparing base (cb4bf76) to head (db76cce).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
musttag.go 92.85% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #126      +/-   ##
==========================================
+ Coverage   73.87%   74.16%   +0.28%     
==========================================
  Files           3        3              
  Lines         222      209      -13     
==========================================
- Hits          164      155       -9     
+ Misses         47       44       -3     
+ Partials       11       10       -1     

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

@tmzane tmzane force-pushed the support-interface-methods branch from cfed329 to db76cce Compare August 12, 2025 06:45
@tmzane tmzane merged commit dcc964e into main Aug 12, 2025
10 checks passed
@tmzane tmzane deleted the support-interface-methods branch August 12, 2025 06:48
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.

Creating custom functions for interface methods

1 participant