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

test: set branch code coverage in pyproject.toml #438

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bdrung
Copy link
Collaborator

@bdrung bdrung commented Feb 18, 2025

To avoid needing to specify --cov-branch on the pytest calls, set the branch code coverage in pyproject.toml.

@bdrung bdrung marked this pull request as draft February 18, 2025 13:05
Copy link

codecov bot commented Feb 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.83%. Comparing base (d38a3ed) to head (29aaa86).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #438      +/-   ##
==========================================
+ Coverage   83.61%   83.83%   +0.21%     
==========================================
  Files         101      101              
  Lines       20464    20464              
  Branches     3219     3219              
==========================================
+ Hits        17111    17155      +44     
  Misses       2858     2858              
+ Partials      495      451      -44     

☔ 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.

To avoid needing to specify `--cov-branch` on the pytest calls, set the
branch code coverage in `pyproject.toml`.
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