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

qtile / qtile / 23368227722
83%

Build:
DEFAULT BRANCH: master
Ran 21 Mar 2026 01:03AM UTC
Jobs 6
Files 156
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

21 Mar 2026 12:42AM UTC coverage: 82.731% (+0.004%) from 82.727%
23368227722

push

github

tych0
pre-commit: bump versions of things

The most notable thing here is to drop vulture, which gives a bogus result:

    libqtile/backend/x11/window.py:2125: unreachable code after 'while' (100% confidence)

...that code is definitely reachable, otherwise we would have an infinite
loop :)

But there are some other typing fixes as well:

    UP046 Generic class `IdleInhibitorManager` uses `Generic` subclass instead of type parameters
      --> libqtile/backend/base/idle_inhibit.py:91:28
       |
    91 | class IdleInhibitorManager(Generic[TInhibitor]):
       |                            ^^^^^^^^^^^^^^^^^^^
    92 |     def __init__(self, core: Core) -> None:
    93 |         self.core = core
       |
    help: Use type parameters

and

    UP047 Generic function `lget` should use type parameters
      --> libqtile/utils.py:70:5
       |
    70 | def lget(o: list[T], v: int) -> T | None:
       |     ^^^^^^^^^^^^^^^^^^^^^^^^
    71 |     try:
    72 |         return o[v]
       |
    help: Use type parameters

Signed-off-by: Tycho Andersen <tycho@tycho.pizza>

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

17079 of 20644 relevant lines covered (82.73%)

4.51 hits per line

Jobs
ID Job ID Ran Files Coverage
1 3.14-x11 - 23368227722.1 21 Mar 2026 01:07AM UTC 156
77.12
GitHub Action Run
2 3.12-x11 - 23368227722.2 21 Mar 2026 01:07AM UTC 156
77.14
GitHub Action Run
3 3.13-x11 - 23368227722.3 21 Mar 2026 01:07AM UTC 156
77.15
GitHub Action Run
4 3.12-wayland - 23368227722.4 21 Mar 2026 01:07AM UTC 156
73.14
GitHub Action Run
5 3.13-wayland - 23368227722.5 21 Mar 2026 01:07AM UTC 156
73.06
GitHub Action Run
6 3.14-wayland - 23368227722.6 21 Mar 2026 01:07AM UTC 156
73.12
GitHub Action Run
Source Files on build 23368227722
  • Tree
  • List 156
  • Changed 7
  • Source Changed 0
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 33b990cc on github
  • Prev Build on master (#23289193204)
  • Next Build on master (#23368232446)
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