Skip to content

Conversation

@Griger5
Copy link
Collaborator

@Griger5 Griger5 commented Dec 5, 2025

Addresses #465 and #466

@codecov-commenter
Copy link

codecov-commenter commented Dec 5, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.04%. Comparing base (f924d65) to head (b26424d).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #467   +/-   ##
=======================================
  Coverage   91.04%   91.04%           
=======================================
  Files          55       55           
  Lines        2636     2636           
  Branches      144      144           
=======================================
  Hits         2400     2400           
  Misses        163      163           
  Partials       73       73           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.


- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.23.2
run: python -m pip install cibuildwheel
Copy link
Member

Choose a reason for hiding this comment

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

leaving it without version spec has both pros and cons:

  • we are more likely to keep up to date with upstream releases
  • we are risking PRs failing due to unrelated problems (i.e. due to changes in cibuildwheel rather than due to chenges in a PR)

hard to tell, what is best in the context of PyPartMC (which does not have that many PRs and developers)

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.

3 participants