data-morph
data-morph copied to clipboard
Add infinity and figure eight target shapes
Fixes: #179 Fixes: #178
Changes
- Added infinity Target Shape
- Added Figure Eight Shape
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 98.44%. Comparing base (
51b8d26) to head (0853d0a). Report is 54 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #190 +/- ##
==========================================
+ Coverage 98.42% 98.44% +0.01%
==========================================
Files 43 43
Lines 1775 1795 +20
Branches 358 356 -2
==========================================
+ Hits 1747 1767 +20
Misses 25 25
Partials 3 3
| Files with missing lines | Coverage Δ | |
|---|---|---|
| src/data_morph/shapes/factory.py | 100.00% <ø> (ø) |
|
| src/data_morph/shapes/points.py | 100.00% <100.00%> (ø) |
|
| tests/shapes/test_points.py | 100.00% <100.00%> (ø) |
Superseded by #265