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

Tatsh / mkwineprefix / 24379650213
100%

Build:
DEFAULT BRANCH: master
Ran 14 Apr 2026 03:37AM UTC
Jobs 5
Files 4
Run time 1min
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

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 %.

108 of 108 new or added lines in 2 files covered. (100.0%)

285 of 285 relevant lines covered (100.0%)

5.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24379650213.1 14 Apr 2026 03:37AM UTC 4
100.0
GitHub Action Run
2 24379650213.2 14 Apr 2026 03:37AM UTC 4
100.0
GitHub Action Run
3 24379650213.3 14 Apr 2026 03:37AM UTC 4
100.0
GitHub Action Run
4 24379650213.4 14 Apr 2026 03:37AM UTC 4
100.0
GitHub Action Run
5 24379650213.5 14 Apr 2026 03:37AM UTC 4
100.0
GitHub Action Run
Source Files on build 24379650213
  • 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 Repo
  • Github Actions Build #24379650213
  • 552dfc20 on github
  • Prev Build on master (#24329456792)
  • Next Build on master (#24596315166)
  • 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