Skip to content

docs: point README badges + NIGHTLY_STATUS at v4.1-dev (new default)#3983

Open
shumkov wants to merge 1 commit into
v4.1-devfrom
docs/badges-nightly-to-v4.1-dev
Open

docs: point README badges + NIGHTLY_STATUS at v4.1-dev (new default)#3983
shumkov wants to merge 1 commit into
v4.1-devfrom
docs/badges-nightly-to-v4.1-dev

Conversation

@shumkov

@shumkov shumkov commented Jul 2, 2026

Copy link
Copy Markdown
Collaborator

Issue being fixed or feature implemented

v4.1-dev is now the repository default branch. The README codecov badges and NIGHTLY_STATUS links still pointed at v4.0-dev, so they no longer reflect the mainline — codecov's default-branch coverage and the scheduled/nightly workflow both run against the default branch (now v4.1-dev).

What was done?

Repointed the live branch pointers v4.0-devv4.1-dev (2 files, 9 references):

  • README.md — codecov coverage badges (overall + per-crate) and the "Nightly Tests" link
  • NIGHTLY_STATUS.md — the nightly-run description and the Actions branch-filter links

Left untouched: the book/ source permalinks and other blob/v4.0-dev/... links — v4.0-dev still exists as the 4.0.x maintenance branch, so those resolve fine (they intentionally reference maintenance-line source). This PR only fixes the pointers that should track the default/mainline branch.

How Has This Been Tested?

  • grep confirms zero remaining v4.0-dev in the two edited files.
  • Docs-only change; no code paths affected.

Breaking Changes

None.

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added or updated relevant unit/integration/functional/e2e tests
  • I have added "!" to the title and described breaking changes in the corresponding section if my code contains any
  • I have made corresponding changes to the documentation if needed

For repository code-owners and collaborators only

  • I have assigned this pull request to a milestone

Summary by CodeRabbit

  • Documentation
    • Updated status links and CI/coverage badges to point to the v4.1-dev branch.
    • Refreshed nightly run references and coverage table links so they display the latest branch information consistently.

v4.1-dev is now the default branch, so scheduled/nightly CI and codecov's
default-branch coverage track it. Repoint the README codecov badges, the
NIGHTLY_STATUS link, and the nightly-run description + Actions branch
filters from v4.0-dev to v4.1-dev so they reflect the mainline.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@shumkov shumkov requested a review from QuantumExplorer as a code owner July 2, 2026 13:31
@github-actions github-actions Bot added this to the v4.1.0 milestone Jul 2, 2026
@thepastaclaw

thepastaclaw commented Jul 2, 2026

Copy link
Copy Markdown
Collaborator

✅ Review complete (commit 1f1e0a0)

@coderabbitai

coderabbitai Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 67f94879-d658-41fa-b9a7-854b4e322f99

📥 Commits

Reviewing files that changed from the base of the PR and between 4341d07 and 1f1e0a0.

📒 Files selected for processing (2)
  • NIGHTLY_STATUS.md
  • README.md

📝 Walkthrough

Walkthrough

This PR updates branch references from v4.0-dev to v4.1-dev across NIGHTLY_STATUS.md and README.md, including nightly run links and Codecov badge URLs, including per-crate coverage table entries.

Changes

Documentation Branch Reference Update

Layer / File(s) Summary
Update nightly run and badge links to v4.1-dev
NIGHTLY_STATUS.md, README.md
Nightly run URLs, Nightly Tests badge, Codecov badge, and per-crate coverage badge links are updated from v4.0-dev to v4.1-dev.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

  • dashpay/platform#3972: Same files and link pattern updated, previously retargeting v3.1-dev to v4.0-dev.

Suggested reviewers: QuantumExplorer, lklimek

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed Clear, specific, and accurately summarizes the docs link updates to README badges and NIGHTLY_STATUS for the new default branch.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/badges-nightly-to-v4.1-dev

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@thepastaclaw thepastaclaw left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

Docs-only PR repointing README badges and NIGHTLY_STATUS.md links from v4.0-dev to v4.1-dev to match the new default branch. Both independent agent reviews found no defects, and there are no CodeRabbit inline findings to react to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants