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

Reduce redundancy in shape factory by adding names #242

Merged
merged 1 commit into from
Nov 25, 2024
Merged

Conversation

stefmolin
Copy link
Owner

No description provided.

@stefmolin stefmolin added this to the 0.3.0 milestone Nov 25, 2024
@github-actions github-actions bot added documentation Improvements or additions to documentation shapes Work relating to shapes module labels Nov 25, 2024
Copy link

codecov bot commented Nov 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.53%. Comparing base (0a7421a) to head (65f0b39).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #242      +/-   ##
==========================================
- Coverage   98.53%   98.53%   -0.01%     
==========================================
  Files          58       58              
  Lines        1911     1907       -4     
  Branches      114      114              
==========================================
- Hits         1883     1879       -4     
  Misses         25       25              
  Partials        3        3              
Files with missing lines Coverage Δ
src/data_morph/shapes/bases/shape.py 100.00% <100.00%> (ø)
src/data_morph/shapes/factory.py 100.00% <100.00%> (ø)
src/data_morph/shapes/lines/high_lines.py 100.00% <100.00%> (ø)
src/data_morph/shapes/lines/horizontal_lines.py 100.00% <100.00%> (ø)
src/data_morph/shapes/lines/slant_down.py 100.00% <100.00%> (ø)
src/data_morph/shapes/lines/slant_up.py 100.00% <100.00%> (ø)
src/data_morph/shapes/lines/vertical_lines.py 100.00% <100.00%> (ø)
src/data_morph/shapes/lines/wide_lines.py 100.00% <100.00%> (ø)
src/data_morph/shapes/lines/x_lines.py 100.00% <100.00%> (ø)
src/data_morph/shapes/points/dots_grid.py 100.00% <100.00%> (ø)
... and 1 more
---- 🚨 Try these New Features:

@stefmolin stefmolin merged commit e440ee7 into main Nov 25, 2024
22 checks passed
@stefmolin stefmolin deleted the shape-names branch November 25, 2024 01:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation shapes Work relating to shapes module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant