Paramdigma / Core

Paramdigma.Core — Architectural Geometry Library for .Net
MIT License
9 stars 0 forks source link

Extra testing #19

Closed AlanRynne closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #19 (7717d4c) into develop (14c79fd) will increase coverage by 2.88%. The diff coverage is 88.23%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #19      +/-   ##
===========================================
+ Coverage    66.01%   68.90%   +2.88%     
===========================================
  Files           62       62              
  Lines         3472     3476       +4     
===========================================
+ Hits          2292     2395     +103     
+ Misses        1180     1081      -99     
Impacted Files Coverage Δ
src/Collections/Matrix{T}.cs 7.27% <0.00%> (-12.73%) :arrow_down:
src/Geometry/2D/BoundingBox2d.cs 92.15% <ø> (ø)
src/Geometry/3D/Circle.cs 100.00% <ø> (ø)
src/Geometry/3D/Line.cs 100.00% <ø> (ø)
src/Geometry/3D/Mesh/Mesh.cs 81.00% <ø> (ø)
src/Geometry/3D/Point3d.cs 100.00% <ø> (+2.12%) :arrow_up:
src/Geometry/3D/Primitives/Sphere.cs 97.05% <ø> (ø)
src/Geometry/Intersect/Intersect.cs 39.13% <ø> (ø)
src/Geometry/SpatialStructures/PointCloud.cs 0.00% <ø> (ø)
src/Optimization/GradientDescent.cs 100.00% <ø> (ø)
... and 18 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 14c79fd...c3cd138. Read the comment docs.