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

Tatsh / minchoc / 24644904335
100%

Build:
DEFAULT BRANCH: master
Ran 20 Apr 2026 01:58AM UTC
Jobs 5
Files 15
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

20 Apr 2026 01:57AM UTC coverage: 100.0%. Remained the same
24644904335

push

github

Tatsh
minchoc: convert views and ORM calls to async

Use Django's async view support for the package feed and upload
endpoints. `find_packages_by_id`, `packages`, `packages_with_args`,
`fetch_package_file`, and `APIV2PackageView` (`dispatch`/`put`/`post`)
are now async, using the `a`-prefixed ORM methods and `async for` over
querysets. `make_entry` is now async and aggregates/fetches related
data via `aaggregate`, `afirst`, and `async for` over tags. File reads
and deletions go through `sync_to_async` since `FieldFile` has no
async open yet. `home` and `metadata` remain sync as they touch no
I/O.

Add async auth helpers `NugetUser.atoken_exists` and
`NugetUser.arequest_has_valid_token`; keep the sync counterparts and
cover them with new unit tests.

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

35 of 35 branches covered (100.0%)

Branch coverage included in aggregate %.

54 of 54 new or added lines in 3 files covered. (100.0%)

458 of 458 relevant lines covered (100.0%)

5.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24644904335.1 20 Apr 2026 01:58AM UTC 15
100.0
GitHub Action Run
2 24644904335.2 20 Apr 2026 01:58AM UTC 15
100.0
GitHub Action Run
3 24644904335.3 20 Apr 2026 01:58AM UTC 15
100.0
GitHub Action Run
4 24644904335.4 20 Apr 2026 01:58AM UTC 15
100.0
GitHub Action Run
5 24644904335.5 20 Apr 2026 01:58AM UTC 15
100.0
GitHub Action Run
Source Files on build 24644904335
  • Tree
  • List 15
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #24644904335
  • 2fa60880 on github
  • Prev Build on master (#24618650945)
  • Next Build on master (#24645562952)
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