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

Tatsh / deltona / 26726403056
100%

Build:
DEFAULT BRANCH: master
Ran 31 May 2026 10:33PM UTC
Jobs 5
Files 27
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

31 May 2026 10:31PM UTC coverage: 100.0%. Remained the same
26726403056

push

github

Tatsh
git: switch from PyGithub to gidgethub

Replace the synchronous PyGithub client with the async-native gidgethub
library, backed by a small niquests-powered adapter so no new HTTP
dependency is added. The GitHub helpers are now genuinely asynchronous:
the thread-pool shim around the blocking PyGithub calls is gone, and the
max_concurrent_http_requests cap now bounds real in-flight requests
inside the adapter rather than a pool of worker threads.

PyGithub objects became plain REST dicts, github.GithubException and
github.UnknownObjectException became gidgethub.HTTPException (with a
status_code check for the not-found branch), and get_github_default_branch
is now a coroutine; the two command call sites wrap it in anyio.run.

Tests no longer mock PyGithub. They drive the real gidgethub stack
through an in-memory GitHub fake that mocks the niquests AsyncSession
boundary, exercising the adapter and gidgethub end to end. The pygithub
dependency is replaced with gidgethub in the generator source, pyproject,
the AppImage requirements filter, and the lockfile, and the intersphinx
mapping is updated to gidgethub.

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

422 of 422 branches covered (100.0%)

Branch coverage included in aggregate %.

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

3487 of 3487 relevant lines covered (100.0%)

5.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26726403056.1 31 May 2026 10:33PM UTC 27
100.0
GitHub Action Run
2 26726403056.2 31 May 2026 10:34PM UTC 27
100.0
GitHub Action Run
3 26726403056.3 31 May 2026 10:34PM UTC 27
100.0
GitHub Action Run
4 26726403056.4 31 May 2026 10:34PM UTC 27
100.0
GitHub Action Run
5 26726403056.5 31 May 2026 10:34PM UTC 27
100.0
GitHub Action Run
Source Files on build 26726403056
  • Tree
  • List 27
  • 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 #26726403056
  • 64626346 on github
  • Prev Build on master (#26724530975)
  • Next Build on master (#26726793076)
  • 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