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

Measure test coverage with Codecov #62

Merged
merged 2 commits into from
Aug 27, 2024
Merged

Measure test coverage with Codecov #62

merged 2 commits into from
Aug 27, 2024

Conversation

AdrianoKF
Copy link
Collaborator

@AdrianoKF AdrianoKF commented Aug 27, 2024

This PR integrates Codecov for code coverage tracking.

It adds pytest-cov as a dependency to both the client and backend projects, measures coverage during CI test runs, and upload the reports to Codecov.

@AdrianoKF AdrianoKF self-assigned this Aug 27, 2024
Copy link

codecov bot commented Aug 27, 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 ☂️

@AdrianoKF AdrianoKF merged commit e15e826 into main Aug 27, 2024
7 checks passed
@AdrianoKF AdrianoKF deleted the codecov branch August 27, 2024 18:57
AdrianoKF added a commit that referenced this pull request Aug 28, 2024
* feat: Measure test coverage with Codecov

* fix: Add Codecov configuration
AdrianoKF added a commit that referenced this pull request Aug 28, 2024
* Measure test coverage with Codecov (#62)

* feat: Measure test coverage with Codecov

* fix: Add Codecov configuration

* fix(ci): Use uv virtualenvs for Python jobs

This avoids problems with packages installed into the system Python,
in particular during coverage collection in Python tests.
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.

1 participant