• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

freeeve / msgpck / 21194516321

Builds Branch Commit Type Ran Committer Via Coverage
21194516321 main refactor: replace ErrUnexpectedEOF literals with constants Add errMsgExpectedEOF constant and replace duplicate literals in decoder_test.go, decode_value_test.go, and common_test.go push 21 Jan 2026 02:03AM UTC freeeve github
90.4
21190759123 main refactor(tests): migrate comprehensive_test.go and msgpck_test.go to source-named files Removed comprehensive_test.go and msgpck_test.go, migrating all tests to files named after their corresponding source files: - format_test.go: TestAllFormats... push 20 Jan 2026 11:13PM UTC freeeve github
90.4
21187841556 main refactor(tests): split coverage_test.go into source-file-named test files Reorganized tests to follow Go convention of naming test files after the source files they test: - timestamp_test.go (8 tests) - struct_encoder_test.go (8 tests) - struct_d... push 20 Jan 2026 09:27PM UTC freeeve github
90.4
21183934582 main test: add comprehensive struct roundtrip test for all msgpack types Added TestStructRoundtripAllMsgpackTypes which tests encoding/decoding of all supported msgpack types in struct fields: - All integer types (int, int8-64, uint, uint8-64) - Float... push 20 Jan 2026 07:07PM UTC freeeve github
90.4
21183697677 main fix: add missing int16/int8/uint32/uint16/uint8 decode support The struct decoder was missing case handlers for int16, int8, uint32, uint16, and uint8 types. These fields would silently decode as zero values instead of their actual encoded values... push 20 Jan 2026 06:58PM UTC freeeve github
88.62
21183561706 main perf: inline map/string length parsing in struct_decoder hot paths Inline parseMapLen in decodeInto and parseStringLen in decodeString to eliminate function call overhead on the hot decode paths. push 20 Jan 2026 06:53PM UTC freeeve github
88.84
21180733344 main refactor: extract integer decode helpers in decode_any.go Reduces cognitive complexity in decodeAnyValue (16->10) by extracting helpers: decodeAnyUintValue, decodeAnyIntValue. push 20 Jan 2026 05:16PM UTC freeeve github
90.58
21179200687 main refactor: reduce cognitive complexity in decode_value.go - Group string, binary, array, and map cases in decodeValue switch - Extract decodeMapKey helper for map key parsing - Reuse existing parse*Len helpers for length parsing push 20 Jan 2026 04:29PM UTC freeeve github
88.67
21161220818 main fix(tests): define constants for most duplicated test error messages Add constants for error messages duplicated 16+ times: - errMsgUnexpectedEOF (63 occurrences) - errMsgEOFError (39 occurrences) - errMsgStringTooLong (18 occurrences) - errMsgTy... push 20 Jan 2026 06:02AM UTC freeeve github
88.5
21160384164 main docs: remove Snyk badge push 20 Jan 2026 05:18AM UTC freeeve github
88.5
21160261757 main chore: remove vmihailenco dependency, add security badges Remove vmihailenco/msgpack as a dependency - now zero external deps. Add SonarCloud and Snyk badges to README. push 20 Jan 2026 05:12AM UTC freeeve github
88.5
21158269242 main fix: encode nested structs instead of nil push 20 Jan 2026 03:18AM UTC freeeve github
88.5
21154898614 main style: run gofmt -s, add format check to CI push 20 Jan 2026 12:06AM UTC freeeve github
87.8
21154879412 main fix: align limits with msgpack spec, add allocation sanity checks push 20 Jan 2026 12:05AM UTC freeeve github
87.8
21154528670 main Use Go 1.25 only push 19 Jan 2026 11:45PM UTC freeeve github
88.84
  • ← Previous
  • 1
  • 2
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc