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

Eyevinn / moqtransport / 24570600388
51%
main: 50%

Build:
Build:
LAST BUILD BRANCH: fix-kvp
DEFAULT BRANCH: main
Ran 17 Apr 2026 02:34PM UTC
Jobs 1
Files 83
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

17 Apr 2026 02:33PM UTC coverage: 50.644% (+0.2%) from 50.452%
24570600388

Pull #10

github

tobbee
fix(wire): correctly terminate KVP extension-header parsing

parseLengthReader wrapped the input in LimitReader+bufio+quicvarint.Reader and looped forever until the inner readers surfaced an error. At the exact end of the length-prefixed KVP block that error is io.EOF, which was returned as if the parse had failed. The extra buffering also risked reading past the length boundary.

Read the 'length' bytes up front and parse them byte-wise until the buffer is empty. Remove the now-unused KeyValuePair.parseReader and add a TestParseLengthReader regression test covering the end-of-list, empty-list, and trailing-bytes cases.
Pull Request #10: fix(wire): correctly terminate KVP extension-header parsing

7 of 9 new or added lines in 1 file covered. (77.78%)

19 existing lines in 5 files now uncovered.

2792 of 5513 relevant lines covered (50.64%)

5.6 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
52.27
6.6% internal/wire/kvp_list.go

Coverage Regressions

Lines Coverage ∆ File
9
60.3
-0.75% session.go
4
37.5
-25.0% internal/wire/fetch_cancel_message.go
2
56.0
-2.0% internal/wire/control_message_parser.go
2
82.76
-3.45% local_track_map.go
2
76.53
-2.04% remote_track_map.go
Jobs
ID Job ID Ran Files Coverage
1 24570600388.1 17 Apr 2026 02:34PM UTC 83
50.64
GitHub Action Run
Source Files on build 24570600388
  • Tree
  • List 83
  • Changed 7
  • Source Changed 0
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #10
  • PR Base - main (#24525034248)
  • Delete
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