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

Tatsh / deltona / 26735645812
100%

Build:
DEFAULT BRANCH: master
Ran 01 Jun 2026 04:45AM 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

01 Jun 2026 04:44AM UTC coverage: 100.0%. Remained the same
26735645812

push

github

Tatsh
git: fix Dependabot detection missing security-update repos

The gidgethub migration read security_and_analysis straight off the
repository dicts returned by /user/repos, but GitHub only includes that
field on the single-repository endpoint, never on the list endpoint. As
a result _uses_dependabot never saw dependabot_security_updates.status,
fell through to probing for a .github/workflows/dependabot.yml file
(404 for most repositories), and skipped every repository that uses
Dependabot security updates without a workflow file. PyGithub had hidden
this by lazily fetching the full repository when .security_and_analysis
was accessed.

Restore that behaviour: when the field is absent, fetch the full
repository to read it. Explicit -r owner/name runs already fetch via the
single-repository endpoint, so no extra request is made for them.

The test fake was masking the bug by including security_and_analysis in
its list payload; it now mirrors GitHub and returns the field only from
the single-repository route, so the suite exercises the full-repository
fetch.

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

423 of 423 branches covered (100.0%)

Branch coverage included in aggregate %.

4 of 4 new or added lines in 1 file covered. (100.0%)

3490 of 3490 relevant lines covered (100.0%)

5.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26735645812.1 01 Jun 2026 04:45AM UTC 27
100.0
GitHub Action Run
2 26735645812.2 01 Jun 2026 04:45AM UTC 27
100.0
GitHub Action Run
3 26735645812.3 01 Jun 2026 04:45AM UTC 27
100.0
GitHub Action Run
4 26735645812.4 01 Jun 2026 04:45AM UTC 27
100.0
GitHub Action Run
5 26735645812.5 01 Jun 2026 04:45AM UTC 27
100.0
GitHub Action Run
Source Files on build 26735645812
  • Tree
  • List 27
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #26735645812
  • 5f143e57 on github
  • Prev Build on master (#26726793076)
  • Next Build on master (#26792921719)
  • 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