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

Tatsh / ripcd
100%

Build:
DEFAULT BRANCH: master
Repo Added 28 Feb 2026 10:14AM UTC
Token 6ixSvbceRigEZ5NEwoyLOXisy1oSWUH1O regen
Build 45 Last
Files 3
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 master
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • dependabot/npm_and_yarn/npm_and_yarn-d524a1f714
  • dependabot/npm_and_yarn/npm_and_yarn-e5a595f223
  • dependabot/uv/click-8.3.2
  • dependabot/uv/mypy-1.20.0
  • dependabot/uv/requests-2.33.1
  • dependabot/uv/ruff-0.15.8
  • dependabot/uv/ruff-0.15.9
  • dependabot/uv/types-requests-2.33.0.20260327
  • dependabot/uv/types-requests-2.33.0.20260402
  • dependabot/uv/uv-3344959f9f
  • dependabot/uv/uv-6ba9ca5f64
  • dependabot/uv/uv-aa7cb66ac2
  • master

02 May 2026 09:11PM UTC coverage: 100.0%. Remained the same
25261986044

push

github

Tatsh
build(deps-dev): bump the development group with 3 updates

Bumps the development group with 3 updates: [mypy](https://github.com/python/mypy), [ruff](https://github.com/astral-sh/ruff) and [ty](https://github.com/astral-sh/ty).


Updates `mypy` from 1.20.1 to 1.20.2
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/v1.20.1...v1.20.2)

Updates `ruff` from 0.15.11 to 0.15.12
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.15.11...0.15.12)

Updates `ty` from 0.0.31 to 0.0.32
- [Release notes](https://github.com/astral-sh/ty/releases)
- [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ty/compare/0.0.31...0.0.32)

---
updated-dependencies:
- dependency-name: mypy
  dependency-version: 1.20.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: ruff
  dependency-version: 0.15.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: ty
  dependency-version: 0.0.32
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
...

Signed-off-by: dependabot[bot] <support@github.com>

30 of 30 branches covered (100.0%)

Branch coverage included in aggregate %.

206 of 206 relevant lines covered (100.0%)

5.0 hits per line

Relevant lines Covered
Build:
Build:
206 RELEVANT LINES 206 COVERED LINES
5.0 HITS PER LINE
Source Files on master
  • Tree
  • List 3
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
25261986044 master build(deps-dev): bump the development group with 3 updates Bumps the development group with 3 updates: [mypy](https://github.com/python/mypy), [ruff](https://github.com/astral-sh/ruff) and [ty](https://github.com/astral-sh/ty). Updates `mypy` f... push 02 May 2026 09:24PM UTC Tatsh github
100.0
25261937174 master build(deps): bump click from 8.3.2 to 8.3.3 in the production group Bumps the production group with 1 update: [click](https://github.com/pallets/click). Updates `click` from 8.3.2 to 8.3.3 - [Release notes](https://github.com/pallets/click/rele... push 02 May 2026 09:19PM UTC Tatsh github
100.0
25070427040 master rip: use Mapping over dict in MusicBrainz response casts Replace dict casts with Mapping in _extract_track_titles and _query_musicbrainz to signal at the type level that the nested MusicBrainz response data is read-only. The code only calls .get(... push 28 Apr 2026 06:25PM UTC Tatsh github
100.0
24947972839 master cruft: update Signed-off-by: Andrew Udvare <audvare@gmail.com> push 26 Apr 2026 04:28AM UTC Tatsh github
100.0
24868785086 master bump: v0.0.1 → v0.0.2 Signed-off-by: Andrew Udvare <audvare@gmail.com> push 24 Apr 2026 02:16AM UTC Tatsh github
100.0
24868683316 master cruft: update - Bump prettier 3.8.2 -> 3.8.3, pyright 1.1.408 -> 1.1.409. - Bump ruff 0.15.10 -> 0.15.11, ty 0.0.29 -> 0.0.31. - Bump niquests 3.18.5 -> 3.18.6. - Add man directory to hatch sdist include. - Simplify yapfignore patterns. - Remove ... push 24 Apr 2026 02:12AM UTC Tatsh github
100.0
24868060992 master ci: install libdiscid in all CI workflows The discid Python package requires the native libdiscid library at import time. Add apt-get install steps to tests, QA, CodeQL, and ReadTheDocs builds. For PyInstaller, install via brew on macOS, download... push 24 Apr 2026 01:49AM UTC Tatsh github
85.43
24867969336 master ci: install libdiscid in all CI workflows The discid Python package requires the native libdiscid library at import time. Add apt-get install steps to tests, QA, CodeQL, and ReadTheDocs builds. For PyInstaller, install via brew on macOS, download... push 24 Apr 2026 01:45AM UTC Tatsh github
85.43
24867718252 master ci: install libdiscid in all CI workflows The discid Python package requires the native libdiscid library at import time. Add apt-get install steps to tests, QA, CodeQL, and ReadTheDocs builds. For PyInstaller, install via brew on macOS and downl... push 24 Apr 2026 01:36AM UTC Tatsh github
85.43
24425920126 master project: migrate rip pipeline to asyncio and niquests Move rip processing to async subprocess orchestration while keeping the Click entry point synchronous for compatibility. This reduces blocking behaviour, aligns the runtime with anyio-backed f... push 14 Apr 2026 10:23PM UTC Tatsh github
100.0
See All Builds (45)

Badge your Repo: ripcd

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • 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