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

Add __all__ to more files #594

Merged
merged 8 commits into from
Jan 30, 2025

Fix mypy

cd99357
Select commit
Loading
Failed to load commit list.
Merged

Add __all__ to more files #594

Fix mypy
cd99357
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 30, 2025 in 1s

63.61% (+0.11%) compared to 2d6c317

View this Pull Request on Codecov

63.61% (+0.11%) compared to 2d6c317

Details

Codecov Report

Attention: Patch coverage is 75.26882% with 23 lines in your changes missing coverage. Please review.

Project coverage is 63.61%. Comparing base (2d6c317) to head (cd99357).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/kfactory/port.py 20.00% 7 Missing and 1 partial ⚠️
src/kfactory/ports.py 61.11% 6 Missing and 1 partial ⚠️
src/kfactory/instance.py 69.23% 4 Missing ⚠️
src/kfactory/kcell.py 78.57% 3 Missing ⚠️
src/kfactory/utilities.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #594      +/-   ##
==========================================
+ Coverage   63.50%   63.61%   +0.11%     
==========================================
  Files          64       64              
  Lines        9573     9561      -12     
  Branches     1785     1777       -8     
==========================================
+ Hits         6079     6082       +3     
+ Misses       2943     2928      -15     
  Partials      551      551              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.