Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: misc improvements #1024

Merged
merged 3 commits into from
Jan 12, 2025
Merged

ci: misc improvements #1024

merged 3 commits into from
Jan 12, 2025

Conversation

mkniewallner
Copy link
Collaborator

@mkniewallner mkniewallner commented Jan 12, 2025

Use cache for pre-commit and uv everywhere, and test more steps in dry-run mode for release.

@mkniewallner mkniewallner force-pushed the ci/misc-improvements branch 2 times, most recently from 8d094ab to 77ce0d0 Compare January 12, 2025 16:20
Copy link

codecov bot commented Jan 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.0%. Comparing base (f3d8c31) to head (326cea3).
Report is 1 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #1024   +/-   ##
=====================================
  Coverage   93.0%   93.0%           
=====================================
  Files         37      37           
  Lines        994     994           
  Branches      99      99           
=====================================
  Hits         925     925           
  Misses        55      55           
  Partials      14      14           

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

@mkniewallner mkniewallner marked this pull request as ready for review January 12, 2025 16:55
@mkniewallner mkniewallner merged commit 819b67b into main Jan 12, 2025
41 checks passed
run: |
sed -i "s/^version = \".*\"/version = \"$RELEASE_VERSION\"/" pyproject.toml
env:
RELEASE_VERSION: ${{ steps.vars.outputs.tag }}
if: ${{ github.event_name == 'release' }}
RELEASE_VERSION: ${{ github.ref_name }}
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

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.

1 participant