Skip to content

ci: fix branch coverage for *-installed tests#621

Open
bdrung wants to merge 1 commit into
canonical:mainfrom
bdrung:branch-coverage
Open

ci: fix branch coverage for *-installed tests#621
bdrung wants to merge 1 commit into
canonical:mainfrom
bdrung:branch-coverage

Conversation

@bdrung
Copy link
Copy Markdown
Member

@bdrung bdrung commented Apr 30, 2026

The branch coverage setting is specified in pyproject.toml. The out-of-tree *-installed tests do not have access to this config and therefore lack the branch coverage setting.

So copy the pyproject.toml to the out-of-tree location as well.

Fixes: a65d62e ("test: set branch code coverage in pyproject.toml")

The branch coverage setting is specified in `pyproject.toml`. The
out-of-tree `*-installed` tests do not have access to this config and
therefore lack the branch coverage setting.

So copy the `pyproject.toml` to the out-of-tree location as well.

Fixes: a65d62e ("test: set branch code coverage in pyproject.toml")
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 30, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.34%. Comparing base (b24ed44) to head (b2835ab).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #621      +/-   ##
==========================================
- Coverage   84.54%   84.34%   -0.20%     
==========================================
  Files         104      104              
  Lines       21028    21028              
  Branches     3219     3219              
==========================================
- Hits        17779    17737      -42     
+ Misses       2809     2808       -1     
- Partials      440      483      +43     

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

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