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

Tatsh / deltona / 25070723515
100%

Build:
DEFAULT BRANCH: master
Ran 28 Apr 2026 06:32PM 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

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

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%)

5.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25070723515.1 28 Apr 2026 06:32PM UTC 27
100.0
GitHub Action Run
2 25070723515.2 28 Apr 2026 06:32PM UTC 27
100.0
GitHub Action Run
3 25070723515.3 28 Apr 2026 06:32PM UTC 27
100.0
GitHub Action Run
4 25070723515.4 28 Apr 2026 06:32PM UTC 27
100.0
GitHub Action Run
5 25070723515.5 28 Apr 2026 06:32PM UTC 27
100.0
GitHub Action Run
Source Files on build 25070723515
  • 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 Repo
  • Github Actions Build #25070723515
  • 1b99de37 on github
  • Prev Build on master (#25063587632)
  • Next Build on master (#25080319989)
  • 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