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

ReactiveX / RxPY / 24588659752 / 1
94%
master: 94%

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

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>

25217 of 26985 relevant lines covered (93.45%)

0.93 hits per line

Source Files on job 24588659752.1
  • Tree
  • List 414
  • Changed 7
  • Source Changed 0
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 24588659752
  • 0de8e8f5 on github
  • Prev Job for on master (#24588449860.1)
  • Next Job for on master (#24688046024.1)
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