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

Borewit / music-metadata / 29359890922
96%
master: 96%

Build:
Build:
LAST BUILD BRANCH: dependabot/npm_and_yarn/tar-7.5.22
DEFAULT BRANCH: master
Ran 14 Jul 2026 06:58PM UTC
Jobs 1
Files 97
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

14 Jul 2026 06:53PM UTC coverage: 95.782% (+0.008%) from 95.774%
29359890922

push

github

Borewit
fix(id3v2): use ID3v2.3-specific frame-flag bit positions (#2647)

readFrameFlags applied the ID3v2.4 frame-flag bit layout to all ID3
versions. ID3v2.3 (status `%abc00000`, format `%ijk00000`) and ID3v2.4
(status `%0abc0000`, format `%0h00kmnp`) use different bit positions, and
the v2.4 format byte adds `unsynchronisation` (bit 1) and
`data_length_indicator` (bit 0) which do not exist as per-frame flags in
v2.3 (bits 0-4 are reserved there).

When a v2.3 frame left those reserved low bits set, the parser falsely
triggered data-length-indicator (stripping 4 bytes) and unsynchronisation
(removing bytes), corrupting the payload - e.g. an APIC frame decoded as
"e/jpeg" instead of "image/jpeg".

Pass majorVer into readFrameFlags and select the version-specific bit
mapping: the v2.3 branch reads tag/file/read-only from bits 7/6/5 and
compression/encryption/grouping from bits 7/6/5 of the format byte, with
unsynchronisation and data_length_indicator forced to false. Also corrects
the v2.4 grouping_identity bit (6 per spec, was 7).

1614 of 1817 branches covered (88.83%)

Branch coverage included in aggregate %.

8651 of 8900 relevant lines covered (97.2%)

55276.46 hits per line

Coverage Regressions

Lines Coverage ∆ File
4
94.69
1.28% lib/id3v2/FrameHeader.js
Jobs
ID Job ID Ran Files Coverage
1 run- - 29359890922.1 14 Jul 2026 06:58PM UTC 97
95.78
GitHub Action Run
Source Files on build 29359890922
  • Tree
  • List 97
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #29359890922
  • 501c62c4 on github
  • Prev Build on master (#29359602846)
  • Next Build on update-biome (#29359960932)
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