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

Tatsh / deltona / 25070723515 / 5
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 28 Apr 2026 06:33PM UTC
Files 27
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

28 Apr 2026 06:30PM UTC coverage: 100.0%. Remained the same
25070723515.5

push

github

Tatsh
tests/test_git: assert get_repo calls as a set, not a list

`_merge_bot_pull_requests` resolves explicit repo names with
`asyncio.gather(*(call(gh.get_repo, n) ...))`, which dispatches the
underlying `get_repo` calls concurrently through an `anyio` capacity
limiter. The order in which those calls reach the mock therefore
depends on the event loop's scheduling and is not part of the public
contract.

The previous assertion compared `call_args_list` element-wise, which
happened to match on Python 3.10–3.13 but flipped on 3.14, where the
asyncio scheduler dispatches the second task before the first.
Compare the set of called repository names instead, which captures
the property under test (both repos were resolved, and bare names
got the authenticated login prefix) without depending on ordering.

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

396 of 396 branches covered (100.0%)

Branch coverage included in aggregate %.

3328 of 3328 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 25070723515.5
  • Tree
  • List 27
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 25070723515
  • 1b99de37 on github
  • Prev Job for on master (#25063587632.1)
  • Next Job for on master (#25080319989.3)
  • 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