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

Tatsh / ripcd / 26323587824 / 2
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 23 May 2026 04:35AM UTC
Files 3
Run time 0s
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

23 May 2026 04:34AM UTC coverage: 100.0%. Remained the same
26323587824.2

push

github

Tatsh
rip: fix CDDB fallback for async cddb_query in deltona 0.2+

deltona 0.2 turned `deltona.media.cddb_query` into a coroutine
function. `_query_cddb` was still calling it synchronously and then
reading attributes off the returned value, which raised
`AttributeError: 'coroutine' object has no attribute 'artist'` whenever
MusicBrainz returned no match and the code fell back to CDDB. Make
`_query_cddb` async and await `cddb_query`; the call site in
`rip_cdda_to_flac` now awaits `_query_cddb` directly instead of
scheduling it through `asyncio.to_thread`.

Signed-off-by: Andrew Udvare <audvare@gmail.com>

30 of 30 branches covered (100.0%)

Branch coverage included in aggregate %.

206 of 206 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 26323587824.2
  • Tree
  • List 3
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 26323587824
  • 514bd424 on github
  • Prev Job for on master (#26321984980.1)
  • Next Job for on master (#26323687818.1)
  • Delete
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