Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates development tooling and GitHub Actions configuration to use newer pinned versions (Ruff, Pixi setup action, Pixi CLI) and to reduce redundant CI runs via workflow concurrency controls.
Changes:
- Bump Ruff to
0.15.15in both Python optional dev deps and Pixi dev feature deps. - Update
prefix-dev/setup-pixiaction pin and Pixi CLI version tov0.69.0across workflows; bump Release Drafter and CodeQL action pins. - Add
concurrencyblocks to multiple workflows to cancel superseded PR runs.
Reviewed changes
Copilot reviewed 10 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
pyproject.toml |
Bumps Ruff version constraints for dev tooling (pip extras + Pixi dev env). |
crates/revrt/src/cost/components.rs |
Refactors a let-chain condition into nested if statements (equivalent logic). |
.github/workflows/release-rust.yml |
Updates Pixi setup action pin and Pixi version used for Rust release jobs. |
.github/workflows/release_drafter.yml |
Bumps Release Drafter action pin. |
.github/workflows/docs.yml |
Adds workflow concurrency; updates Pixi setup action pin and Pixi version for docs build. |
.github/workflows/codeql.yml |
Adds workflow concurrency; bumps CodeQL action pin. |
.github/workflows/codecov.yml |
Adds workflow concurrency; updates Pixi setup action pin and Pixi version for coverage run. |
.github/workflows/ci-rust.yml |
Adds workflow concurrency; updates Pixi setup action pin and Pixi version for Rust CI jobs. |
.github/workflows/ci-python.yml |
Adds workflow concurrency; updates Pixi setup action pin and Pixi version for Python CI jobs. |
.github/workflows/bench.yml |
Adds workflow concurrency; updates Pixi setup action pin and Pixi version for benchmarks. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #282 +/- ##
=======================================
Coverage 96.63% 96.63%
=======================================
Files 27 27
Lines 3240 3240
Branches 391 391
=======================================
Hits 3131 3131
Misses 61 61
Partials 48 48
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump to latest github actions and pixi.