• 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 276
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/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
  • 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/id3v2-geob-text-encoding-offset
  • fix/id3v2-nonstandard-frames
  • fix/lake-track
  • fix/vbr-headers
  • 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
  • v5.2.3

13 Dec 2024 04:24AM UTC coverage: 92.554%. Remained the same
51161498

push

appveyor

benrr101
Merge branch 'release/v6.0.1' into develop

3251 of 4131 branches covered (78.7%)

Branch coverage included in aggregate %.

26753 of 28287 relevant lines covered (94.58%)

471.62 hits per line

Relevant lines Covered
Build:
Build:
28287 RELEVANT LINES 26753 COVERED LINES
471.62 HITS PER LINE
Source Files on develop
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
51161498 develop Merge branch 'release/v6.0.1' into develop push 13 Dec 2024 04:32AM UTC benrr101 appveyor
92.55
51086999 develop Fix for ID3v2 Frame Read Failures (Lake Track) (#114) * Make frame factory a class * Fix issue of broken frame reading. * Forgot to commit this one push 01 Dec 2024 05:01AM UTC web-flow appveyor
92.55
51086948 develop Merge 263e15f24 into 5a0db4834 push 01 Dec 2024 04:21AM UTC web-flow appveyor
92.55
51054821 develop Merge branch 'release/v6.0.0' into develop push 25 Nov 2024 06:45PM UTC benrr101 appveyor
92.56
51049499 develop Fix MP3 VBR Headers (#113) **Description**: This is basically a rewrite of the VBR header implementation for MP3 files. It offers a much more robust solution for determining duration of MP3s and best efforts at determining MP3 bitrates. **Test... push 25 Nov 2024 04:41AM UTC web-flow appveyor
92.56
51049470 develop Merge 7d99dfa8a into 39a345ad7 push 25 Nov 2024 04:37AM UTC web-flow appveyor
92.56
51048458 develop Merge 0f4de9fd0 into 39a345ad7 push 24 Nov 2024 10:11PM UTC web-flow appveyor
92.54
51048355 develop Fix Ape Tag Bugs (#112) **Description**: There's a bug in Ape integration tests - the temp file was being loaded as an mp3. I have no idea *why* the tests weren't failing, but anyways, upon fixing that issue, two Ape tests failed: * WriteStandar... push 24 Nov 2024 09:21PM UTC web-flow appveyor
92.56
51020030 develop Bump cross-spawn and os-locale (#111) Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) to 7.0.5 and updates ancestor dependency [os-locale](https://github.com/sindresorhus/os-locale). These dependencies need to be updated toget... push 19 Nov 2024 08:35PM UTC web-flow appveyor
92.57
51002359 develop Merge f4d87970a into 9bd0c53c0 push 17 Nov 2024 08:46AM UTC web-flow appveyor
92.57
See All Builds (479)
  • 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