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

Tatsh / deltona / 25080319989 / 3
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 28 Apr 2026 10:12PM UTC
Files 27
Run time 1s
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 10:10PM UTC coverage: 100.0%. Remained the same
25080319989.3

push

github

Tatsh
project: align with new pydbus-stubs surface

The newer `pydbus-stubs` (now allowed past the global
`exclude-newer = "1 week"` window via the matching
`tool.uv.exclude-newer-package` entry) makes `pydbus.Bus` generic and
narrows D-Bus proxy method attributes from "any callable" to plain
attributes whose call signature can only be asserted at the use
site. Update the calling code accordingly:

- `_get_pydbus_system_bus_callable` now returns
  `Callable[[], Bus[Any]]` to match the new generic alias.
- D-Bus proxy method invocations in
  `inhibit_notifications`, `uninhibit_notifications`,
  `get_inhibitor`, `pan_connect`, and `pan_disconnect` are wrapped in
  `cast('Callable[..., RetType]', proxy.Method)(...)` so the static
  contract matches the runtime D-Bus signature.
- `find_bluetooth_device_info_by_name` materialises the per-device
  attribute map with `dict(...)` to satisfy its `dict[str, Any]`
  return type, since the new stubs no longer report the inner mapping
  as a plain `dict`. The accompanying `ty` overload-resolution noise
  is silenced with a targeted ignore.

Pure typing change; runtime behaviour is unchanged and existing
tests still pass.

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 25080319989.3
  • Tree
  • List 27
  • Changed 2
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 25080319989
  • 339e23d4 on github
  • Prev Job for on master (#25070723515.5)
  • Next Job for on master (#25251513043.1)
  • 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