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

ReactiveX / RxPY / 29863867828
94%

Build:
DEFAULT BRANCH: master
Ran 21 Jul 2026 08:00PM UTC
Jobs 1
Files 416
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 Jul 2026 07:59PM UTC coverage: 93.574% (-0.01%) from 93.585%
29863867828

push

github

web-flow
fix(gtk): call gi.require_version before importing gi.repository (#749)

* Call gi.require_version before importing, instead of after

* fix(gtk): skip cleanly when GTK 3 is unavailable, pin Gdk in example

require_version() raises ValueError when the requested version is not
installed, which turns a GTK-4-only system into a collection error rather
than a skip. The tests use Gtk.main()/Gtk.main_quit(), which GTK 4 removed,
so they can only ever run against GTK 3.

Also pin Gdk to 3.0 in the timeflies example: names in a single
`from gi.repository import ...` are resolved left to right, so Gdk was being
loaded before Gtk with no version constraint.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Dag Brattli <dag@brattli.net>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

0 of 5 new or added lines in 1 file covered. (0.0%)

25572 of 27328 relevant lines covered (93.57%)

0.94 hits per line

Uncovered Changes

Lines Coverage ∆ File
5
7.96
-0.22% tests/test_scheduler/test_mainloop/test_gtkscheduler.py
Jobs
ID Job ID Ran Files Coverage
1 29863867828.1 21 Jul 2026 08:00PM UTC 416
93.57
GitHub Action Run
Source Files on build 29863867828
  • Tree
  • List 416
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 2b9e3f33 on github
  • Prev Build on master (#29861651388)
  • Next Build on master (#29865117778)
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