Skip to content

fix: Automate MSRV lockfile updates#398

Merged
YeungOnion merged 1 commit into
statrs-dev:mainfrom
day01:feat/automate-msrv-lock-update
Jul 20, 2026
Merged

fix: Automate MSRV lockfile updates#398
YeungOnion merged 1 commit into
statrs-dev:mainfrom
day01:feat/automate-msrv-lock-update

Conversation

@day01

@day01 day01 commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

Motivation

update Cargo.lock.MSRV automatically in release-plz pull requests - doesnt work

@day01 day01 closed this Jul 20, 2026
@codecov

codecov Bot commented Jul 20, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.67%. Comparing base (9d33d0e) to head (06a2030).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #398   +/-   ##
=======================================
  Coverage   94.67%   94.67%           
=======================================
  Files          61       61           
  Lines       13322    13322           
=======================================
  Hits        12613    12613           
  Misses        709      709           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@day01 day01 reopened this Jul 20, 2026
@day01
day01 marked this pull request as ready for review July 20, 2026 02:59
@day01 day01 mentioned this pull request Jul 20, 2026
@YeungOnion

Copy link
Copy Markdown
Contributor

When this works, will it be that the MSRV file will be updated each time this action runs? Or will it be something else?

@day01

day01 commented Jul 20, 2026

Copy link
Copy Markdown
Contributor Author

Will be updated when action triggered. It regenerates Cargo.lock.MSRV, but commits and pushes it only if the file actually changed

if git diff --quiet -- Cargo.lock.MSRV; then
    exit 0
fi

@YeungOnion
YeungOnion merged commit c4bf23e into statrs-dev:main Jul 20, 2026
22 checks passed
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