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 figure eight target shape #265

Merged
merged 1 commit into from
Feb 12, 2025
Merged

Add figure eight target shape #265

merged 1 commit into from
Feb 12, 2025

Conversation

stefmolin
Copy link
Owner

Fixes #178

Describe your changes

Add figure eight 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).

@stefmolin stefmolin added this to the 0.3.0 milestone Feb 12, 2025
@stefmolin stefmolin self-assigned this Feb 12, 2025
@github-actions github-actions bot added testing Relating to the testing suite shapes Work relating to shapes module labels Feb 12, 2025
Copy link

codecov bot commented Feb 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.55%. Comparing base (9391f31) to head (7b92d52).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #265      +/-   ##
==========================================
+ Coverage   98.53%   98.55%   +0.01%     
==========================================
  Files          59       60       +1     
  Lines        1915     1933      +18     
  Branches      112      112              
==========================================
+ Hits         1887     1905      +18     
  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/figure_eight.py 100.00% <100.00%> (ø)
tests/shapes/test_points.py 100.00% <100.00%> (ø)

@stefmolin stefmolin merged commit b7a786c into main Feb 12, 2025
23 checks passed
@stefmolin stefmolin deleted the figure-eight branch February 12, 2025 03:13
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 figure eight target shape
1 participant