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

Minor CI Improvements #235

Merged
merged 7 commits into from
Nov 8, 2024
Merged

Minor CI Improvements #235

merged 7 commits into from
Nov 8, 2024

Conversation

schuylermartin45
Copy link
Collaborator

@schuylermartin45 schuylermartin45 commented Nov 8, 2024

This PR makes a handful of minor CI improvements:

  • Shows the pytest coverage logs in the pre-commit CI test to show current code coverage. This is done in such a way that any pre-commit command should show the test coverage report.
  • Pytest warnings are now treated as errors so that we will know about warnings sooner (through CI failures)
  • Minor documentation improvements in the Makefile
  • Removes Python 3.11 from the test matrix, as 3.11 is used by the pre-commit job. In other words, we are now saving some redudant computation.

This also suppresses some new warnings I found while working on this issue. Issues #236 and #237 have been created as a result.

I ended up NOT adding python 3.13 tests to the test matrix as it does not appear to be ready yet.

@schuylermartin45 schuylermartin45 linked an issue Nov 8, 2024 that may be closed by this pull request
@schuylermartin45 schuylermartin45 changed the title 232 minor ci improvements 232 Minor CI Improvements Nov 8, 2024
@schuylermartin45 schuylermartin45 changed the title 232 Minor CI Improvements Minor CI Improvements Nov 8, 2024
@schuylermartin45 schuylermartin45 marked this pull request as ready for review November 8, 2024 21:05
@schuylermartin45 schuylermartin45 requested a review from a team as a code owner November 8, 2024 21:05
@schuylermartin45 schuylermartin45 merged commit d19b1c7 into main Nov 8, 2024
13 checks passed
@schuylermartin45 schuylermartin45 deleted the 232-minor-ci-improvements branch November 8, 2024 22:27
@schuylermartin45 schuylermartin45 linked an issue Nov 12, 2024 that may be closed by this pull request
This was unlinked from issues Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants