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

Tatsh / mkwineprefix / 24379650213 / 3
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 14 Apr 2026 03:37AM UTC
Files 4
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

14 Apr 2026 03:36AM UTC coverage: 100.0%. Remained the same
24379650213.3

push

github

Tatsh
prefix: switch from requests to niquests and convert to async

Replace requests with niquests (async-capable fork) and convert all
library code from synchronous to asynchronous. The public API function
create_wine_prefix() is now async. The Click CLI entry point stays sync,
bridging to async via asyncio.run().

Use asyncio.create_subprocess_exec for subprocesses, anyio.Path for
filesystem I/O, anyio.to_thread.run_sync for wrapping sync libraries
(sqlite3, tarfile, shutil), and niquests.AsyncSession for HTTP. Apply
asyncio.gather() for concurrent registry writes, tmpfs setup, file
copies, and font configuration.

Add anyio and niquests dependencies; remove requests and types-requests.
Add pytest-asyncio for async test support.

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

34 of 34 branches covered (100.0%)

Branch coverage included in aggregate %.

285 of 285 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 24379650213.3
  • Tree
  • List 4
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 24379650213
  • 552dfc20 on github
  • Prev Job for on master (#24329456792.2)
  • Next Job for on master (#24596315166.3)
  • 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