-
Notifications
You must be signed in to change notification settings - Fork 44
Refactor make_line #374
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
base: master
Are you sure you want to change the base?
Refactor make_line #374
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #374 +/- ##
==========================================
+ Coverage 71.59% 71.80% +0.21%
==========================================
Files 46 46
Lines 6738 6697 -41
Branches 1496 1487 -9
==========================================
- Hits 4824 4809 -15
+ Misses 1345 1321 -24
+ Partials 569 567 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
@copilot add edge cases tests |
Closes #263
Splits the long
make_linefunction into two new functions. The first function handles drawing straight lines while the second draws lines with angle.