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

ReactiveX / RxPY
94%
master: 93%

Build:
Build:
LAST BUILD BRANCH: release/master
DEFAULT BRANCH: master
Repo Added 18 May 2016 06:43PM UTC
Files 417
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

LAST BUILD ON BRANCH release/stable-5.0.0
branch: release/stable-5.0.0
CHANGE BRANCH
x
Reset
  • release/stable-5.0.0
  • 1.6.1
  • add-repo-assist
  • add-starmap-tests
  • alpha3
  • bo/fixup-docs
  • ci/adopt-easybuild-shipit
  • ci/dependabot-conventional-titles
  • ci/enable-dependabot
  • ci/shipit-3.0.1-and-dep-upgrades
  • ci/shipit-allow-master
  • ci/shipit-fix-historical-versions
  • ci/shipit-skip-invalid-commit
  • ci/upgrade-gh-aw-v0.71.5
  • current
  • curry-flip
  • dependabot/github_actions/github-actions-0fd2d1971d
  • dependabot/github_actions/github-actions-1bf0e6df77
  • dependabot/github_actions/github-actions-468a2d4822
  • dependabot/github_actions/github-actions-7b8ba4dc16
  • dependabot/github_actions/github-actions-8827d84614
  • dependabot/github_actions/github-actions-a12e56bff0
  • dependabot/github_actions/github-actions-c020ac0c2c
  • dependabot/github_actions/github-actions-c8a564380f
  • dependabot/github_actions/github-actions-d95291362f
  • dependabot/uv/python-dependencies-aeda4b483a
  • develop
  • docs
  • docs-version
  • docs/fix-build-and-5.0-refresh
  • docs/fix-version-on-readthedocs
  • docs/gil-section-corrections
  • docs/parallelism-within-stream
  • drop38
  • feat/switch_map
  • feat/tap-operator
  • feature/add-project-cfg
  • feature/disposable
  • feature/doc-fixes
  • feature/docs
  • feature/fix-async-examples
  • feature/fix-observer-throws
  • feature/non-recursive
  • feature/pipe-typing
  • feature/py.typed
  • feature/readthedocs
  • feature/release-v3
  • feature/rtd-badge
  • feature/rxpy-3.0
  • feature/subscribe-scheduler
  • feature/to_iterabe_returns_list
  • feature/typing-fixes
  • fix-compose-pipe
  • fix-defer-docs
  • fix-docs
  • fix-library-version
  • fix-publish-version
  • fix-publish-version-2
  • fix-readme
  • fix-subscribeon
  • fix-timeflies-tkinter
  • fix-typing
  • fix-typo-occured-run-py
  • fix-version
  • fix-withlatestfrom
  • fix/709-concurrent-futures
  • fix/bump-script-lock-and-sed
  • fix/scheduler-now-wall-clock
  • fix/tkinter-test-skip-pypy-linux
  • flake8-repo
  • fluent-style
  • format-tests
  • gi-require_version-before-import
  • github-publish
  • improvement/combine-latest-thread-safety
  • issue-697
  • master
  • migrate-to-uv
  • modern-typehints
  • optimize-build
  • package-name
  • patch-1
  • poetry
  • poetry-cache
  • pre-commit
  • pre-release
  • py314
  • pyright-254
  • python-3.11
  • reactivex
  • reactivex-rename
  • release/5.0.0-rc.1
  • release/5.0.0-rc.2
  • release/master
  • release/v1.6.x
  • release/v2.0.x
  • release/v3.2.x
  • repo-assist/eng-pyright-test-scheduler-2026-04-17-762f95f7e6558b77
  • repo-assist/eng-uv-caching-2026-04-25-5d8d9a4690702132
  • repo-assist/fix-issue-480-scheduler-forwarding-ea9c5c512fb11be9
  • repo-assist/fix-issue-697-timer-resubscription-1e703fbea58df523
  • repo-assist/fix-issue-712-retry-resubscription-2b9941042da6d10e
  • repo-assist/improve-typing-exports-2026-04-18-60f123bfd9e95e24
  • repo-assist/pyright-cleanup-test-observable-2026-04-26-3187c4c0696b18d4
  • repo-assist/pyright-cleanup-test-observable-2026-05-01-7222f55d1674f33a
  • repo-assist/pyright-cleanup-test-subject-scheduler-2026-04-17-e214b615e3b8b313
  • repo-assist/pyright-ruff-cleanup-test-observable-scheduler-2026-04-21-6f569da2d139f64e
  • repo-assist/test-exclusive-operator-2026-05-02-2b47081797817f4d
  • repo-assist/testing-improvements-2026-04-17-5e55b8d05a9bf3ee
  • return-types
  • revert-120-multiprocessing
  • rmahfoud/fixes
  • timeout-on-event-loop
  • type-fixes
  • update-actions-cache
  • update-code-checks
  • update-pyright
  • upgrade-deps
  • upgrade-pyright
  • use-ruff
  • v1.5.9
  • v3.0.0
  • v3.0.1
  • v3.1.0
  • v3.1.0_se2
  • v3.1.1
  • v4
  • v4.0.0
  • v4.0.0a4
  • v4.0.0a5
  • v4.0.0a6
  • v4.0.0b1
  • v4.0.0b2
  • v4.0.0b3
  • v4.0.0b4
  • v4.0.0b5
  • v4.0.1
  • v4.0.2
  • v4.0.3
  • v4.0.4
  • v4.1.0
  • v5.0.0a1
  • v5.0.0a2
  • vnext
  • window-thread-issue

20 Jul 2026 07:44PM UTC coverage: 93.559%. Remained the same
29773337746

Pull #800

github

dbrattli
ci: release 5.0.0 as stable instead of a release candidate

Drop `pre_release: rc` from the CHANGELOG frontmatter and `--pre-release
rc` from the publish workflow so ShipIt stops generating release
candidates. Both are required: the frontmatter key alone forces an rc
even when the CLI flag is absent, and ShipIt writes it back on every
release, so it has to be removed explicitly.

That alone is not enough. ShipIt derives the next version from the
commits after `last_commit_released`, and the only commit since
5.0.0-rc.2 is its own `chore: release` commit, which is not a
version-bumping type. Dropping the pre-release settings therefore
reports "No changelog would be bumped, nothing to ship".

Add `force_version: 5.0.0` so the release candidate is promoted to
stable without inventing a functional commit to trigger a bump. Verified
with `shipit --dry-run`: the run now computes 5.0.0 and would open a
"chore: release reactivex@5.0.0" pull request.

NOTE: `force_version` is a one-shot override for this release. It must be
removed once 5.0.0 ships, or subsequent releases will be pinned to 5.0.0.
Pull Request #800: ci: release 5.0.0 as stable instead of a release candidate

25521 of 27278 relevant lines covered (93.56%)

0.94 hits per line

Relevant lines Covered
Build:
Build:
27278 RELEVANT LINES 25521 COVERED LINES
0.94 HITS PER LINE
Source Files on release/stable-5.0.0
  • Tree
  • List 416
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
29773337746 release/stable-5.0.0 ci: release 5.0.0 as stable instead of a release candidate Drop `pre_release: rc` from the CHANGELOG frontmatter and `--pre-release rc` from the publish workflow so ShipIt stops generating release candidates. Both are required: the frontmatter ke... Pull #800 20 Jul 2026 07:46PM UTC dbrattli github
93.56
See All Builds (1465)
  • Repo on GitHub
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