Upgrade uv action version and pin Python version for test matrix#648
Conversation
|
Warning Rate limit exceeded@ogenstad has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 16 minutes and 59 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (1)
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Deploying infrahub-sdk-python with
|
| Latest commit: |
58dd255
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://9c385197.infrahub-sdk-python.pages.dev |
| Branch Preview URL: | https://pog-upgrade-uv-action-set-ve.infrahub-sdk-python.pages.dev |
8abd80e to
778be4c
Compare
778be4c to
58dd255
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## infrahub-develop #648 +/- ##
=================================================
Coverage 75.56% 75.56%
=================================================
Files 113 113
Lines 9514 9514
Branches 1448 1448
=================================================
Hits 7189 7189
Misses 1838 1838
Partials 487 487
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
We noticed that Python 3.9 still existed in the test matrix and the tests were succeeding even if they shouldn't have. This change ensures that
uvis running with the desired Python version and doesn't switch to one that's available if the intended version doesn't exist. With this change Python 3.9 is also removed from the test matrix since that job started to fail as Python 3.9 is no longer supported.