Skip to content

fix: time encoding#87

Merged
franklinkim merged 20 commits intomainfrom
fix/time-encoding
Mar 16, 2026
Merged

fix: time encoding#87
franklinkim merged 20 commits intomainfrom
fix/time-encoding

Conversation

@franklinkim
Copy link
Copy Markdown
Member

@franklinkim franklinkim commented Feb 27, 2026

Description

Update new time.Time encoding handling

Type of Change

  • 🐛 Bug fix
  • ✨ New feature
  • 💥 Breaking change
  • 📝 Documentation
  • ♻️ Refactoring
  • ⚡ Performance
  • ✅ Tests
  • 🔧 Build/CI

Checklist

  • My code adheres to the coding and style guidelines of the project.
  • I have performed a self-review of my own code.
  • I have commented on my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.

Notes

@franklinkim franklinkim changed the title Fix/time encoding fix: time encoding Feb 27, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 3, 2026

Codecov Report

❌ Patch coverage is 49.07512% with 1349 lines in your changes missing coverage. Please review.
✅ Project coverage is 23.05%. Comparing base (1ef2812) to head (2cdae79).

Files with missing lines Patch % Lines
tests/types/server/gotsrpc_gen.go 63.37% 152 Missing and 89 partials ⚠️
example/basic/service/gotsrpc_gen.go 0.00% 193 Missing ⚠️
tests/types/server/gorpcclient_gen.go 32.51% 149 Missing and 15 partials ⚠️
tests/aliases/server/gotsrpc_gen.go 62.53% 79 Missing and 45 partials ⚠️
tests/types/server/gorpc_gen.go 63.10% 73 Missing and 3 partials ⚠️
example/basic/service/gotsrpcclient_gen.go 0.00% 63 Missing ⚠️
tests/types/server/gotsrpcclient_gen.go 72.64% 29 Missing and 29 partials ⚠️
tests/nullable/server/gotsrpc_gen.go 26.66% 27 Missing and 17 partials ⚠️
tests/errors/server/gotsrpc_gen.go 2.43% 15 Missing and 25 partials ⚠️
transport.go 0.00% 36 Missing ⚠️
... and 26 more
Additional details and impacted files
@@            Coverage Diff             @@
##            main      #87       +/-   ##
==========================================
+ Coverage   2.11%   23.05%   +20.94%     
==========================================
  Files         69       70        +1     
  Lines       7181     8791     +1610     
==========================================
+ Hits         152     2027     +1875     
+ Misses      7011     6430      -581     
- Partials      18      334      +316     

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@franklinkim franklinkim merged commit 48cddd8 into main Mar 16, 2026
1 check passed
@franklinkim franklinkim deleted the fix/time-encoding branch March 16, 2026 15:20
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