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

Eyevinn / moqlivemock / 31100146508
48%
main: 48%

Build:
Build:
LAST BUILD BRANCH: release/v0.13.0
DEFAULT BRANCH: main
Ran 06 Aug 2026 12:09PM UTC
Jobs 1
Files 25
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

06 Aug 2026 12:07PM UTC coverage: 47.73% (+0.2%) from 47.545%
31100146508

Pull #126

github

tobbee
fix(catalog): order video AVC, HEVC, AV1 and audio AAC, Opus, AC-3

Both track lists were sorted on a string, so the first entry of each was an
accident of the alphabet and the encoder ladder: av01 sorts before avc1, and
audio was ordered on bitrate alone.

That matters because receivers default to the first track of a type.
warp-player does, and its AV1 default made a working build look broken: AV1
carries CTA-608 in a metadata OBU rather than an SEI NAL unit, so an
SEI-reading receiver can play the rendition but never caption it, leaving the
CC button correctly greyed out with nothing to explain why. Audio has the same
shape of problem in a different codec: AC-3 is the narrowest of the three -
Firefox does not decode it, and warp-player's WebCodecs engine handles only
AAC and Opus - so an AC-3 default silences that path.

Rank on a codec prefix rather than the full string, so the profile/level
suffix each codec appends cannot reorder anything, and an unrecognised codec
sorts last instead of displacing a known one. Within a codec the existing
bitrate-ascending order is unchanged, as is AVC ahead of HEVC, which was
already deliberate: HEVC with CENC is not fully supported in Widevine/Chrome.

The video assertion in TestLoadAsset encoded the old alphabetical contract and
is rewritten to the new one; the audio order was previously unasserted and now
is.
Pull Request #126: fix(catalog): order video AVC, HEVC, AV1 and audio AAC, Opus, AC-3

33 of 43 new or added lines in 2 files covered. (76.74%)

2 existing lines in 1 file now uncovered.

2418 of 5066 relevant lines covered (47.73%)

2043.25 hits per line

Uncovered Changes

Lines Coverage ∆ File
6
0.0
0.0% cmd/mlmsub/handler.go
4
77.66
0.13% internal/asset.go

Coverage Regressions

Lines Coverage ∆ File
2
77.66
0.13% internal/asset.go
Jobs
ID Job ID Ran Files Coverage
1 31100146508.1 06 Aug 2026 12:09PM UTC 25
47.73
GitHub Action Run
Source Files on build 31100146508
  • Tree
  • List 25
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #126
  • PR Base - main (#31078528651)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc