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: fail CI if lockfile is out of sync with project #3639

Merged
merged 12 commits into from
Dec 16, 2024
Merged

Conversation

superlopuh
Copy link
Member

@superlopuh superlopuh commented Dec 13, 2024

We also want to automate the updating of the lockfile, but I think this also helps make sure that they're always in sync before merging, in case someone updates the dependency locally.

The version overloading is related to this issue in uv, which is that it doesn't have an official mechanism to support dynamic versions: astral-sh/uv#7533

@superlopuh superlopuh added the CI Continuous Integration label Dec 13, 2024
@superlopuh superlopuh self-assigned this Dec 13, 2024
Copy link

codecov bot commented Dec 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.74%. Comparing base (2a38956) to head (7414af2).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3639   +/-   ##
=======================================
  Coverage   90.74%   90.74%           
=======================================
  Files         465      465           
  Lines       58779    58779           
  Branches     5632     5632           
=======================================
  Hits        53340    53340           
  Misses       3997     3997           
  Partials     1442     1442           

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

@superlopuh superlopuh merged commit 7c4cb63 into main Dec 16, 2024
16 checks passed
@superlopuh superlopuh deleted the sasha/uv/locked-ci branch December 16, 2024 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants