-
Notifications
You must be signed in to change notification settings - Fork 5
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
refactor: rename tile to grid #76
Conversation
…into add_tile_plan
…into add_tile_plan
Co-authored-by: Talley Lambert <talley.lambert@gmail.com>
…into add_tile_plan
…into add_tile_plan
suggestions for tile plan refactor
…into add_tile_plan
…into add_tile_plan
Co-authored-by: Talley Lambert <talley.lambert@gmail.com>
Codecov ReportBase: 93.46% // Head: 93.12% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #76 +/- ##
==========================================
- Coverage 93.46% 93.12% -0.34%
==========================================
Files 10 10
Lines 551 582 +31
==========================================
+ Hits 515 542 +27
- Misses 36 40 +4
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
This PR changes the name of the tiles object in grid (e.g.
TileFromCorners
->GridFromCorners
)merge after #75
tests are failing because of
0.34%
difference.