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 ports tests #595

Merged
merged 17 commits into from
Jan 31, 2025

remove print statements

674dd08
Select commit
Loading
Failed to load commit list.
Merged

Add ports tests #595

remove print statements
674dd08
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 31, 2025 in 0s

66.00% (+2.39%) compared to 966e95d

View this Pull Request on Codecov

66.00% (+2.39%) compared to 966e95d

Details

Codecov Report

Attention: Patch coverage is 91.89189% with 12 lines in your changes missing coverage. Please review.

Project coverage is 66.00%. Comparing base (966e95d) to head (674dd08).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/kfactory/instances.py 50.00% 2 Missing and 1 partial ⚠️
src/kfactory/port.py 96.47% 0 Missing and 3 partials ⚠️
src/kfactory/cross_section.py 80.00% 1 Missing and 1 partial ⚠️
src/kfactory/instance_ports.py 66.66% 1 Missing and 1 partial ⚠️
src/kfactory/kcell.py 80.00% 1 Missing ⚠️
src/kfactory/settings.py 93.75% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #595      +/-   ##
==========================================
+ Coverage   63.61%   66.00%   +2.39%     
==========================================
  Files          64       64              
  Lines        9561     9504      -57     
  Branches     1777     1771       -6     
==========================================
+ Hits         6082     6273     +191     
+ Misses       2928     2714     -214     
+ Partials      551      517      -34     

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