• 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 279
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: develop
CHANGE BRANCH
x
Reset
  • develop
  • 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
  • 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

23 May 2026 05:43PM UTC coverage: 92.616% (+0.04%) from 92.581%
54096332

push

appveyor

web-flow
[ID3v2] Eager Loading for Text Frames (#137)

* :robot: Apply refactoring for text information frame

* :robot: Tests!

* Rewrite the render method for the text information frame and rework the tests for it

* Robot still can't write tests well...

* Adding a join method to ByteVector

* Fix a test

* Fix mor test

3278 of 4156 branches covered (78.87%)

Branch coverage included in aggregate %.

297 of 297 new or added lines in 8 files covered. (100.0%)

1 existing line in 1 file now uncovered.

26951 of 28483 relevant lines covered (94.62%)

470.74 hits per line

Relevant lines Covered
Build:
Build:
28483 RELEVANT LINES 26951 COVERED LINES
470.74 HITS PER LINE
Source Files on develop
  • Tree
  • List 279
  • Changed 10
  • Source Changed 0
  • Coverage Changed 10
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
54096332 develop [ID3v2] Eager Loading for Text Frames (#137) * :robot: Apply refactoring for text information frame * :robot: Tests! * Rewrite the render method for the text information frame and rework the tests for it * Robot still can't write tests well...... push 23 May 2026 05:46PM UTC web-flow appveyor
92.62
54094802 develop Merge 8bdedac9c into 3be75e61a push 23 May 2026 06:12AM UTC web-flow appveyor
92.62
54093288 develop Merge 8eb4da734 into 3be75e61a push 22 May 2026 07:18PM UTC web-flow appveyor
92.58
54092783 develop [ID3v2] TCON Frame (#135) * :robot: Move TCON frame code to its own class. * :robot: Move remaining TCON tests to TCON tests file. * :robot: More tests * Add StringUtils.trimEnd, fix bug in StringUtils.trimStart, add tests for it. * Rework ge... push 22 May 2026 05:20PM UTC web-flow appveyor
92.58
54089019 develop Merge 57a5fb72a into 0724da5af push 22 May 2026 06:06AM UTC web-flow appveyor
92.58
54088747 develop [ID3v2] Eager Load UrlLinkFrame and UserUrlLinkFrame (#134) * Make UrlLinkFrame and UserUrlLinkFrame eagerly loaded. * First round of fixing tests * UserUrlLinkFrame tests are working (though I'd like to add a few more) * Patching up remaining... push 22 May 2026 04:22AM UTC web-flow appveyor
92.48
54088734 develop Merge 5bf72c0cc into c8b1358c3 push 22 May 2026 04:18AM UTC web-flow appveyor
92.48
54088650 develop Merge bc20430e9 into c8b1358c3 push 22 May 2026 03:50AM UTC web-flow appveyor
92.47
54074505 develop Merge eef51ef1f into c8b1358c3 push 20 May 2026 05:52AM UTC web-flow appveyor
92.46
54030989 develop Remove `.fromRawData()` static constructors from ID3v2 frames (#133) * Remove AttachmentFrame.fromRawData() * Remove CommentsFrame.fromRawData() * :robot: Remove MusicCdIdentifierFrame.fromRawData() * :robot: Remove PlayCountFrame.fromRawData(... push 12 May 2026 07:36PM UTC web-flow appveyor
92.46
See All Builds (531)
  • 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