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

Experimental - Refactor ITransformable #205

Draft
wants to merge 4 commits into
base: dev
Choose a base branch
from

Refactored ITransformable

c31d0a0
Select commit
Loading
Failed to load commit list.
Draft

Experimental - Refactor ITransformable #205

Refactored ITransformable
c31d0a0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 15, 2025 in 0s

69.33% (+12.04%) compared to deddb21

View this Pull Request on Codecov

69.33% (+12.04%) compared to deddb21

Details

Codecov Report

Attention: Patch coverage is 13.60000% with 108 lines in your changes missing coverage. Please review.

Project coverage is 69.33%. Comparing base (deddb21) to head (c31d0a0).
Report is 2 commits behind head on dev.

Files with missing lines Patch % Lines
src/Speckle.Objects/Geometry/Surface.cs 0.00% 22 Missing ⚠️
src/Speckle.Objects/Geometry/Brep.cs 0.00% 13 Missing ⚠️
src/Speckle.Objects/Geometry/Curve.cs 0.00% 11 Missing ⚠️
src/Speckle.Objects/Geometry/Mesh.cs 0.00% 11 Missing ⚠️
src/Speckle.Objects/Geometry/Pointcloud.cs 0.00% 9 Missing ⚠️
src/Speckle.Objects/Geometry/Polyline.cs 0.00% 9 Missing ⚠️
src/Speckle.Objects/Geometry/Polycurve.cs 0.00% 8 Missing ⚠️
src/Speckle.Objects/Geometry/Arc.cs 0.00% 6 Missing ⚠️
src/Speckle.Objects/Geometry/Plane.cs 0.00% 5 Missing ⚠️
...ckle.Objects/Exceptions/TransformationException.cs 0.00% 3 Missing ⚠️
... and 5 more
Additional details and impacted files
@@             Coverage Diff             @@
##              dev     #205       +/-   ##
===========================================
+ Coverage   57.29%   69.33%   +12.04%     
===========================================
  Files         243      262       +19     
  Lines       10020    10729      +709     
  Branches     1090     1091        +1     
===========================================
+ Hits         5741     7439     +1698     
+ Misses       4022     2943     -1079     
- Partials      257      347       +90     

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