-
Notifications
You must be signed in to change notification settings - Fork 7
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
Rename analysis functions #141
Conversation
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Pull Request Test Coverage Report for Build 8054133059Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #141 +/- ##
==========================================
+ Coverage 80.15% 80.29% +0.14%
==========================================
Files 21 21
Lines 1844 1842 -2
==========================================
+ Hits 1478 1479 +1
+ Misses 366 363 -3 ☔ View full report in Codecov by Sentry. |
The original names
program!
,for_loops!
, andassignment!
are confusing, so renamed them for better clarity.Also some docstrings are removed: the code should be clear enough.
No actual changes.