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

flathub / flatpak-external-data-checker / 27455363546 / 1
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 13 Jun 2026 03:37AM UTC
Files 25
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

13 Jun 2026 03:34AM UTC coverage: 90.884% (-0.04%) from 90.923%
27455363546.1

push

github

bbhtt
manifest: Use asyncio.gather with fail-fast behaviour

asyncio.gather does not cancel sibling tasks when one fails, so if one
checker raises an unhandled exception, other tasks running I/O may keep
the event loop alive indefinitely. So use asyncio_gather_failfast to
detect failures and explicitly cancel+drain all pending tasks before
re-raising the exception.

In Python 3.11+ this is offered by TaskGroup but it is cheap to
use a wrapper here.

See https://github.com/python/cpython/issues/75633

Fixes: https://github.com/flathub-infra/flatpak-external-data-checker/issues/420

2333 of 2567 relevant lines covered (90.88%)

0.91 hits per line

Source Files on job 27455363546.1
  • Tree
  • List 25
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 27455363546
  • acdf8d66 on github
  • Prev Job for on master (#27453945400.1)
  • Next Job for on master (#27455532548.1)
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