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

qtile / qtile / 20395950595 / 4
83%
master: 83%

Build:
DEFAULT BRANCH: master
Ran 20 Dec 2025 03:13PM UTC
Files 153
Run time 4s
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

20 Dec 2025 02:49PM UTC coverage: 75.903% (+0.007%) from 75.896%
20395950595.4

push

github

tych0
pangocffi: don't use closures for API functions

Three of the top four allocations in my currently running qtile:

    2   libqtile/pangocffi.py:10                 11.7 KiB
        def create_layout():
    3   libqtile/pangocffi.py:15                 11.6 KiB
        def show_layout(layout):
    4   base/drawer.py:221                       8.5 KiB
        return pangocffi.patch_cairo_context(cairocffi.Context(self.surface))

are as a result of this weird API indirection. I don't remember exactly why
I thought this was necessary, but it seems like it is not. So, let's drop
it. This results in less closures, and thus less allocations.

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

15441 of 20343 relevant lines covered (75.9%)

0.76 hits per line

Source Files on job 3.13-x11 - 20395950595.4
  • Tree
  • List 153
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 20395950595
  • dc4e9199 on github
  • Prev Job for on master (#20354673436.4)
  • Next Job for on master (#20396334597.5)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc