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

flathub / flatpak-external-data-checker / 27455363546
100%

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

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

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

22 of 25 new or added lines in 2 files covered. (88.0%)

2333 of 2567 relevant lines covered (90.88%)

0.91 hits per line

Uncovered Changes

Lines Coverage ∆ File
3
86.67
0.02% src/lib/utils.py
Jobs
ID Job ID Ran Files Coverage
1 27455363546.1 13 Jun 2026 03:37AM UTC 25
90.88
GitHub Action Run
Source Files on build 27455363546
  • Tree
  • List 25
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • acdf8d66 on github
  • Prev Build on master (#27453945400)
  • Next Build on master (#27455532548)
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