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

qtile / qtile / 24609024951
83%

Build:
DEFAULT BRANCH: master
Ran 18 Apr 2026 04:54PM 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

18 Apr 2026 04:33PM UTC coverage: 82.766% (+0.03%) from 82.737%
24609024951

push

github

tych0
*: drop some __future__ and TYPE_CHECKING imports

Move imports out of `if TYPE_CHECKING:` blocks to real module-level imports
where it doesn't cause circular imports, and drop the accompanying
`from __future__ import annotations` where possible. Forward references to
still-needed TYPE_CHECKING-only imports are preserved, and the few files
that still require them (e.g. for self-referential annotations or known
circular dependencies between backend, config, manager, etc.) keep both
the guard and the future import.

We can remove all of these __future__ and imports and TYPE_CHECKING guards
once our lowest supported python version is 3.14, which imports PEP 649,
deferred evaluation of annotations: https://peps.python.org/pep-0649/

This gets rid of ~300 lines of boilerplate that I often find inscrutable:
"when should I put this in TYPE_CHECKING? when should I not? why the
difference?".

Co-authored-by: Claude <noreply@anthropic.com>

142 of 144 new or added lines in 52 files covered. (98.61%)

17121 of 20686 relevant lines covered (82.77%)

4.51 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
0.0
0.0% libqtile/backend/wayland/ffi_stub.py
Jobs
ID Job ID Ran Files Coverage
1 3.14-x11 - 24609024951.1 18 Apr 2026 04:58PM UTC 156
77.15
GitHub Action Run
2 3.12-wayland - 24609024951.2 18 Apr 2026 04:58PM UTC 156
73.17
GitHub Action Run
3 3.14-wayland - 24609024951.3 18 Apr 2026 04:58PM UTC 156
73.14
GitHub Action Run
4 3.12-x11 - 24609024951.4 18 Apr 2026 04:58PM UTC 156
77.2
GitHub Action Run
5 3.13-x11 - 24609024951.5 18 Apr 2026 04:58PM UTC 156
77.18
GitHub Action Run
6 3.13-wayland - 24609024951.6 18 Apr 2026 04:58PM UTC 156
73.08
GitHub Action Run
Source Files on build 24609024951
  • Tree
  • List 156
  • Changed 61
  • Source Changed 0
  • Coverage Changed 61
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 0c5e1285 on github
  • Prev Build on master (#24606374281)
  • Next Build on master (#24609891633)
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