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

ReactiveX / RxPY / 24588449860
94%

Build:
DEFAULT BRANCH: master
Ran 17 Apr 2026 09:58PM 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 09:57PM UTC coverage: 93.449% (-0.001%) from 93.45%
24588449860

push

github

web-flow
[Repo Assist] fix(operators): forward scheduler in pairwise, to_marbles, delay_with_mapper (#757)

* fix(operators): forward scheduler in pairwise, to_marbles, delay_with_mapper

Three operators were subscribing to their source without forwarding the
scheduler received at subscription time, breaking scheduler propagation
for downstream operators.

* _pairwise.py: add scheduler=scheduler to source.subscribe()
* _tomarbles.py: add scheduler=scheduler to source.subscribe()
* _delaywithmapper.py: add scheduler=scheduler to sub_delay.subscribe()
  in the subscription-delay path (the main source path was already fixed)

The other operators originally listed in issue #480 (delay_with_mapper
main path, throttle_first, timeout_with_mapper) were already forwarding
the scheduler correctly.

Closes #480 (partial)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* test(operators): add regression tests for scheduler propagation

Cover pairwise, to_marbles, and delay_with_mapper (subscription-delay
path): each test installs a source whose subscribe captures the
scheduler it received, pipes through the operator, subscribes with a
known scheduler, and asserts the captured scheduler matches. Verified
to fail on the pre-fix code.

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

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Dag Brattli <dag@brattli.net>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

48 of 49 new or added lines in 5 files covered. (97.96%)

25206 of 26973 relevant lines covered (93.45%)

0.93 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
97.87
-0.79% tests/test_observable/test_delaywithmapper.py
Jobs
ID Job ID Ran Files Coverage
1 24588449860.1 17 Apr 2026 09:58PM UTC 414
93.45
GitHub Action Run
Source Files on build 24588449860
  • Tree
  • List 414
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 9eebcd90 on github
  • Prev Build on master (#24588286582)
  • Next Build on master (#24588659752)
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