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

ReactiveX / RxPY / 24588659752
94%

Build:
DEFAULT BRANCH: master
Ran 17 Apr 2026 10:04PM UTC
Jobs 1
Files 414
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

17 Apr 2026 10:03PM UTC coverage: 93.448% (-0.001%) from 93.449%
24588659752

push

github

web-flow
test(scheduler): fix standard-mode pyright errors in test_scheduler (#761)

Fix 24 type errors detected when running pyright in standard (non-strict)
mode on tests/test_scheduler/:

- test_catchscheduler / test_virtualtimescheduler: add @classmethod to
  VirtualTimeScheduler.add overrides (base method is a classmethod)
- test_currentthreadscheduler / test_immediatescheduler / test_timeoutscheduler:
  annotate [None]-initialised lists with the correct element type
  (list[SchedulerType | None]) to avoid __setitem__ type errors
- test_eventloop/test_asyncioscheduler: widen callback parameter from
  AsyncIOScheduler to abc.SchedulerBase to match ScheduledAction protocol
- test_eventloop/test_ioloopscheduler, test_twistedscheduler,
  test_mainloop/test_gtkscheduler: add # type: ignore[import-untyped]
  to optional-dependency imports (tornado, twisted, gi)
- test_eventloopscheduler: annotate endtime as datetime | None; add
  assert is not None guard before arithmetic; fix schedule_periodic action
  to accept only a state argument (matching ScheduledPeriodicAction)
- test_newthreadscheduler: fix action parameter and return types to
  match ScheduledPeriodicAction[int] (state: int | None) -> int | None
- test_scheduleditem: align ScheduledItemTestScheduler override signatures
  with Scheduler base class (add default state=None, correct return types)

pyproject.toml: update comment to reflect current status.

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

35 of 43 new or added lines in 12 files covered. (81.4%)

25217 of 26985 relevant lines covered (93.45%)

0.93 hits per line

Uncovered Changes

Lines Coverage ∆ File
3
94.83
0.28% tests/test_scheduler/test_scheduleditem.py
2
8.33
0.0% tests/test_scheduler/test_eventloop/test_twistedscheduler.py
1
10.0
0.0% tests/test_scheduler/test_eventloop/test_ioloopscheduler.py
1
8.18
0.0% tests/test_scheduler/test_mainloop/test_gtkscheduler.py
1
90.91
-1.09% tests/test_scheduler/test_newthreadscheduler.py
Jobs
ID Job ID Ran Files Coverage
1 24588659752.1 17 Apr 2026 10:04PM UTC 414
93.45
GitHub Action Run
Source Files on build 24588659752
  • Tree
  • List 414
  • Changed 7
  • Source Changed 0
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 0de8e8f5 on github
  • Prev Build on master (#24588449860)
  • Next Build on master (#24688046024)
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