Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #19 +/- ##
==========================================
- Coverage 95.35% 94.86% -0.49%
==========================================
Files 16 16
Lines 925 935 +10
Branches 27 27
==========================================
+ Hits 882 887 +5
- Misses 43 48 +5
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:
|
There was a problem hiding this comment.
Pull Request Overview
This PR updates CI workflows to improve consistency and efficiency by standardizing on uv for Python package management and fixing various command syntax issues.
- Replaced
actions/setup-python+astral-sh/setup-uvwith justastral-sh/setup-uv@v6across all workflows - Added
--checkflag toruff formatand consolidated Python linting commands - Updated Rust commands to use correct syntax and run clippy on all targets
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/test_py.yml |
Simplified setup by using only uv action |
.github/workflows/doc.yml |
Added concurrency control and migrated to uv for dependency management |
.github/workflows/cov.yml |
Simplified setup by using only uv action |
.github/workflows/check_rs.yml |
Fixed rustfmt syntax and enhanced clippy to check all targets |
.github/workflows/check_py.yml |
Consolidated Python linting workflow and migrated to uv |
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.
Changes
--checktoruff formatuvcorrectly/aggressivelyclippyfor all targets