Skip to content

Conversation

@stefmolin
Copy link
Owner

@stefmolin stefmolin commented Feb 9, 2025

Fixes #177

Describe your changes

Added Spiral target shape

Checklist

  • Test cases have been modified/added to cover any code changes.
  • Docstrings have been modified/created for any code changes.
  • All linting and formatting checks pass (see the contributing guidelines for more information).

@github-actions github-actions bot added testing Relating to the testing suite shapes Work relating to shapes module labels Feb 9, 2025
@stefmolin stefmolin mentioned this pull request Feb 9, 2025
3 tasks
@stefmolin stefmolin added this to the 0.3.0 milestone Feb 9, 2025
@codecov
Copy link

codecov bot commented Feb 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.53%. Comparing base (c82a381) to head (9e38f67).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #264      +/-   ##
==========================================
+ Coverage   98.52%   98.53%   +0.01%     
==========================================
  Files          58       59       +1     
  Lines        1898     1915      +17     
  Branches      112      112              
==========================================
+ Hits         1870     1887      +17     
  Misses         25       25              
  Partials        3        3              
Files with missing lines Coverage Δ
src/data_morph/shapes/factory.py 100.00% <ø> (ø)
src/data_morph/shapes/points/__init__.py 100.00% <100.00%> (ø)
src/data_morph/shapes/points/spiral.py 100.00% <100.00%> (ø)
tests/shapes/test_points.py 100.00% <100.00%> (ø)

@stefmolin stefmolin merged commit 9391f31 into main Feb 9, 2025
23 checks passed
@stefmolin stefmolin deleted the spiral branch February 9, 2025 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

shapes Work relating to shapes module testing Relating to the testing suite

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add spiral target shape

2 participants