Skip to content

Conversation

@kuchtact
Copy link
Owner

This pull request will close #11 and will make the github actions autocheck the testing coverage.

@codecov
Copy link

codecov bot commented Nov 9, 2024

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@kuchtact
Copy link
Owner Author

Looks like this is successfully using code coverage when running tests and uploading it so I think it's ready for review!

@kuchtact kuchtact marked this pull request as ready for review November 15, 2024 16:41
Copy link
Collaborator

@ciortiz ciortiz left a comment

Choose a reason for hiding this comment

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

It seems to me that this pull request does the following:

  • Each Python version will have its own nox session, and we only care to run code coverage for the Python 3.11 version (which is fine if we care to only run code coverage once).
  • Code coverage will report back regardless of the success of and without waiting for (presumably) ci.yml.
  • Nox sessions' procedures with and without code coverage are defined via changes in noxfile.py.

Looks good to me!

@ciortiz ciortiz self-requested a review December 6, 2024 18:04
@kuchtact kuchtact merged commit 0d93c4b into main Mar 25, 2025
7 checks passed
@kuchtact kuchtact deleted the add-codecov branch March 25, 2025 19:35
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.

Enable code coverage with Codecov

3 participants