• 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/from-fields
  • feat/id3v2/split-frame-factory
  • feat/id3v2/tcon-frame
  • feat/id3v2/text-frame-eager-loading
  • feat/id3v2/url-link-frame-eager-loading
  • feat/id3v2/version-enum
  • 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

09 Aug 2026 05:34AM UTC coverage: 92.737% (-0.01%) from 92.748%
54513121

push

appveyor

web-flow
[ID3v2] Version Enum (#143)

* Reorganize a bunch of crap in ID3v2

* Introduce Id3v2Version enum

* FrameHeader

* Frame

* FrameIdentifiers

* TagFooter

* TagHeader

* TagHeaderExtended

* Id3v2Tag

* AttachmentFrame

* CommentsFrame

* EventTimeCodeFrame

* GenreFrame

* MusicCdIdentifierFrame, PlayCountFrame, PopularimeterFrame

* PrivateFrame, RelativeVolumeFrame, SynchronizedLyricsFrame, TermsOfUseFrame, TextInformationFrame, UniqueFileIdentifier, UnknownFrame, UnsynchronizedLyricsFrame, UrlLinkFrame, UserTextInformationFrame, UserUrlLinkFrame

* The rest of them, and cleanup the id3v2 tests

* Fixing last bits in sandwich tags

* Address :robot: feedback round 1

3354 of 4221 branches covered (79.46%)

Branch coverage included in aggregate %.

1056 of 1060 new or added lines in 65 files covered. (99.62%)

1 existing line in 1 file now uncovered.

27135 of 28656 relevant lines covered (94.69%)

476.25 hits per line

Relevant lines Covered
Build:
Build:
28656 RELEVANT LINES 27135 COVERED LINES
476.25 HITS PER LINE
Source Files on develop
  • Tree
  • List 281
  • Changed 54
  • Source Changed 0
  • Coverage Changed 54
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
54513121 develop [ID3v2] Version Enum (#143) * Reorganize a bunch of crap in ID3v2 * Introduce Id3v2Version enum * FrameHeader * Frame * FrameIdentifiers * TagFooter * TagHeader * TagHeaderExtended * Id3v2Tag * AttachmentFrame * CommentsFrame * EventTi... push 09 Aug 2026 05:37AM UTC web-flow appveyor
92.74
54513104 develop Merge 2ae8dab0b into 98ee8d424 push 09 Aug 2026 05:23AM UTC web-flow appveyor
92.74
54513103 feat/id3v2/version-enum Address :robot: feedback round 1 Pull #143 09 Aug 2026 05:21AM UTC benrr101 appveyor
92.74
54513085 develop Merge ebf947052 into 98ee8d424 push 09 Aug 2026 05:10AM UTC web-flow appveyor
92.74
54513051 feat/id3v2/version-enum Fixing last bits in sandwich tags push 09 Aug 2026 04:49AM UTC benrr101 appveyor
92.74
54407872 develop [ID3v2] Standardize on fromFields (#142) * CommentsFrame.fromFields * EventTimeCodeFrame.fromFields * MusicCdIdentifierFrame, PlayCountFrame, PopularimeterFrame, PrivateFrame * In progress changes for genre frame * TermsOfUseFrame, TextInform... push 20 Jul 2026 05:12PM UTC web-flow appveyor
92.75
54396182 develop Merge 1ad64311c into c040a8cce push 17 Jul 2026 08:04PM UTC web-flow appveyor
92.75
54396181 feat/id3v2/from-fields Addressing :robot: comments, 6 Pull #142 17 Jul 2026 08:02PM UTC benrr101 appveyor
92.75
54396152 develop Merge a5bbc8d52 into c040a8cce push 17 Jul 2026 07:56PM UTC web-flow appveyor
92.75
54396151 feat/id3v2/from-fields Addressing :robot: comments, 5 Pull #142 17 Jul 2026 07:53PM UTC benrr101 appveyor
92.75
See All Builds (588)
  • Repo on GitHub
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