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

benrr101 / node-taglib-sharp
93%

Build:
DEFAULT BRANCH: develop
Repo Added 01 Jan 2020 12:53AM UTC
Files 281
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

LAST BUILD ON BRANCH develop
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 4.0.0
  • cleanup/mpeg4
  • dependabot/npm_and_yarn/babel/traverse-7.23.2
  • dependabot/npm_and_yarn/babel/traverse-7.25.9
  • dependabot/npm_and_yarn/braces-3.0.3
  • dependabot/npm_and_yarn/glob-parent-5.1.2
  • dependabot/npm_and_yarn/handlebars-4.7.7
  • dependabot/npm_and_yarn/highlight.js-10.4.1
  • dependabot/npm_and_yarn/ini-1.3.7
  • dependabot/npm_and_yarn/json5-1.0.2
  • dependabot/npm_and_yarn/lodash-4.17.19
  • dependabot/npm_and_yarn/lodash-4.17.21
  • dependabot/npm_and_yarn/madge-4.0.1
  • dependabot/npm_and_yarn/minimatch-3.1.2
  • dependabot/npm_and_yarn/minimist-1.2.6
  • dependabot/npm_and_yarn/multi-7c432269ef
  • dependabot/npm_and_yarn/nanoid-3.3.1
  • dependabot/npm_and_yarn/postcss-8.2.15
  • dependabot/npm_and_yarn/postcss-8.3.0
  • dependabot/npm_and_yarn/postcss-8.4.31
  • dependabot/npm_and_yarn/postcss-8.5.15
  • dependabot/npm_and_yarn/qs-6.5.3
  • dependabot/npm_and_yarn/requirejs-2.3.7
  • dependabot/npm_and_yarn/semver-5.7.2
  • dependabot/npm_and_yarn/word-wrap-1.2.4
  • dependabot/npm_and_yarn/y18n-3.2.2
  • develop
  • feat/id3v2/drop-classtype
  • feat/id3v2/split-frame-factory
  • feat/id3v2/tcon-frame
  • feat/id3v2/text-frame-eager-loading
  • feat/id3v2/url-link-frame-eager-loading
  • feat/remove-id3v2-frame-fromraw2
  • feature/aac
  • feature/aiff
  • feature/allow
  • feature/ape
  • feature/asf
  • feature/bv-tester
  • feature/bytevector-comprehensions
  • feature/configurable-default-tag-copy
  • feature/coveralls
  • feature/default-tags
  • feature/default-tags-for-all
  • feature/dependabot-fixes
  • feature/ebml
  • feature/finish-mp3
  • feature/flac
  • feature/general-unittests
  • feature/getting-started
  • feature/has-flag
  • feature/id3v2-non-standard-genre-separator-flag
  • feature/id3v2-unittests
  • feature/id3v2/frame-identifiers
  • feature/idisposable
  • feature/lazyPicture
  • feature/migrate-to-eslint
  • feature/mpeg
  • feature/ogg
  • feature/ogg-granule-is-bytevector
  • feature/proper-ints
  • feature/riff
  • feature/riff-blocks
  • feature/shorten-tests
  • feature/standardize-on-uint
  • feature/standardize-on-unsynchronize
  • feature/update-test-stuff
  • fix/ape-musicbrainz
  • fix/ape-tests
  • fix/export-missing-settings
  • fix/genre-fixes
  • fix/id3v2-geob-text-encoding-offset
  • fix/id3v2-nonstandard-frames
  • fix/lake-track
  • fix/mpeg4-subtitle-metadata
  • fix/vbr-headers
  • fix/vulns
  • hot-fix/v2.0.1
  • hotfix/aiff-file-size
  • hotfix/aiff-file-size-republish
  • hotfix/latin1-apic-frames
  • hotfix/ogg-bigint-comparison
  • hotfix/v5.2.1
  • master
  • release-v1
  • release/v1.1.0
  • release/v2.0.0
  • release/v3.0.0
  • release/v3.1.0
  • release/v3.2.0
  • release/v3.3.0
  • release/v3.4.0
  • release/v4.0.0
  • release/v5.0.0
  • release/v5.1.0
  • release/v5.2.0
  • release/v5.2.2
  • release/v5.2.3
  • release/v5.2.4
  • release/v6.0.0
  • release/v6.0.1
  • release/v6.0.2
  • release/v6.0.3
  • v5.2.3

02 Jul 2026 03:20AM UTC coverage: 92.803% (+0.004%) from 92.799%
54311456

push

appveyor

web-flow
ID3v2 | Remove FrameClassType (#141)

* Remove frame class type enum

* Reimplement filtering

* Change ID3v2 tag to use the new filter methods.

* Fixup Index

* Fix Tests

* Remove remaining findPreferred methods

* :robot: comments

* :robot: comments 2

* :robot: comments 3

3212 of 4073 branches covered (78.86%)

Branch coverage included in aggregate %.

1277 of 1287 new or added lines in 43 files covered. (99.22%)

2 existing lines in 2 files now uncovered.

27567 of 29093 relevant lines covered (94.75%)

466.51 hits per line

Relevant lines Covered
Build:
Build:
29093 RELEVANT LINES 27567 COVERED LINES
466.51 HITS PER LINE
Source Files on develop
  • Tree
  • List 281
  • Changed 45
  • Source Changed 0
  • Coverage Changed 45
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
54311456 develop ID3v2 | Remove FrameClassType (#141) * Remove frame class type enum * Reimplement filtering * Change ID3v2 tag to use the new filter methods. * Fixup Index * Fix Tests * Remove remaining findPreferred methods * :robot: comments * :robot: c... push 02 Jul 2026 03:23AM UTC web-flow appveyor
92.8
54311433 develop Merge 15b4cfe3b into ebd5b1f88 push 02 Jul 2026 03:14AM UTC web-flow appveyor
92.8
54311432 feat/id3v2/drop-classtype :robot: comments 3 Pull #141 02 Jul 2026 03:11AM UTC benrr101 appveyor
92.8
54311394 develop Merge 83828cdf1 into ebd5b1f88 push 02 Jul 2026 03:04AM UTC web-flow appveyor
92.8
54311393 feat/id3v2/drop-classtype :robot: comments 2 Pull #141 02 Jul 2026 03:01AM UTC benrr101 appveyor
92.8
54309954 develop Merge fcdec03bd into ebd5b1f88 push 01 Jul 2026 07:35PM UTC web-flow appveyor
92.8
54309952 feat/id3v2/drop-classtype :robot: comments Pull #141 01 Jul 2026 07:32PM UTC benrr101 appveyor
92.8
54309832 develop Merge f15cef723 into ebd5b1f88 push 01 Jul 2026 07:02PM UTC web-flow appveyor
92.81
54309810 feat/id3v2/drop-classtype Remove remaining findPreferred methods push 01 Jul 2026 06:58PM UTC benrr101 appveyor
92.81
54280468 develop [ID3v2] Split Frame Factory (#139) * If statements => dictionary lookup * Move extended header fields to the frame header class. Add read and render methods to the frame header class. * Add FrameFactory.createFrameFroMTagBytes * Add Id3v2Tag.p... push 25 Jun 2026 07:48PM UTC web-flow appveyor
92.8
See All Builds (568)
  • Repo on GitHub
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