encoding: streaming-first Go deserialization redesign #5
Codecov / codecov/project
succeeded
Apr 13, 2026 in 1s
72.80% (+2.78%) compared to f81685b
View this Pull Request on Codecov
72.80% (+2.78%) compared to f81685b
Details
Codecov Report
❌ Patch coverage is 67.39130% with 360 lines in your changes missing coverage. Please review.
✅ Project coverage is 72.80%. Comparing base (f81685b) to head (9ec9157).
Additional details and impacted files
@@ Coverage Diff @@
## redesign/deserialization #5 +/- ##
============================================================
+ Coverage 70.01% 72.80% +2.78%
============================================================
Files 40 45 +5
Lines 7074 6835 -239
Branches 463 463
============================================================
+ Hits 4953 4976 +23
+ Misses 1586 1372 -214
+ Partials 535 487 -48 | Files with missing lines | Coverage Δ | |
|---|---|---|
| dotnet/src/Pakt/PaktException.cs | 100.00% <ø> (ø) |
|
| encoding/bytesource.go | 86.66% <ø> (+10.47%) |
⬆️ |
| encoding/decoder.go | 92.30% <ø> (+20.78%) |
⬆️ |
| encoding/options.go | 100.00% <100.00%> (ø) |
|
| encoding/tags.go | 85.21% <100.00%> (ø) |
|
| encoding/unmarshal.go | 68.64% <100.00%> (+11.34%) |
⬆️ |
| encoding/marshal.go | 67.79% <60.00%> (-0.90%) |
⬇️ |
| encoding/reader_state.go | 77.36% <80.00%> (-0.04%) |
⬇️ |
| encoding/errors.go | 91.66% <82.35%> (+49.56%) |
⬆️ |
| encoding/event.go | 86.48% <83.72%> (+3.15%) |
⬆️ |
| ... and 9 more |
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Loading