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

ReactiveX / RxPY / 29774081008
94%

Build:
DEFAULT BRANCH: master
Ran 20 Jul 2026 07:57PM 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

20 Jul 2026 07:57PM UTC coverage: 93.559%. Remained the same
29774081008

push

github

web-flow
fix(scripts): keep uv.lock in sync and scope the version sed to [project] (#802)

Two defects in the ShipIt command updater.

uv.lock records the project's own version, but the updater only wrote
pyproject.toml and reactivex/_version.py. The lock therefore went stale
on every release — it still says 5.0.0rc1 while the project is at
5.0.0rc2 — and any later `uv` invocation silently rewrote it, producing
unrelated diffs in otherwise clean working trees. Run `uv lock` after
the bump. Only the local package is re-resolved; pinned dependency
versions are untouched.

The substitution `s/^version = "..."/` was not scoped to a table, so it
rewrote every column-0 `version` key in the file. Only [project] has one
today, so nothing was silently corrupted, but a top-level `version` in
any future [tool.*] section would have been clobbered. Restrict the
substitution to the [project] table.

The updater runs inside the shipit-pr job, which sets up .NET only, so
add setup-uv there; without it `uv lock` would break release PR
generation.

Verified by running the script: pyproject.toml, reactivex/_version.py
and uv.lock all move together, the lock diff contains only the project's
own version with no dependency drift, and a [tool.*] version key added
for the test survives the anchored sed while the unanchored one
overwrote it.

25521 of 27278 relevant lines covered (93.56%)

0.94 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29774081008.1 20 Jul 2026 07:57PM UTC 416
93.56
GitHub Action Run
Source Files on build 29774081008
  • Tree
  • List 416
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 10ccc0a3 on github
  • Prev Build on master (#29773646722)
  • Next Build on master (#29774556012)
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