-
Notifications
You must be signed in to change notification settings - Fork 14
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
test(loaders): Add test for load_travel_times #125 #169
Conversation
* Add unittest coverage for loaders.py load_travel_times() * Issue -> seafloor-geodesy#125
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #169 +/- ##
==========================================
+ Coverage 39.12% 41.31% +2.18%
==========================================
Files 16 16
Lines 823 823
==========================================
+ Hits 322 340 +18
+ Misses 501 483 -18 ☔ View full report in Codecov by Sentry. |
* Split test_load_travel_times() into 2 smaller unittests
Thanks for the PR suggestions @lsetiawan . I have resolved them, and updated the PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the review @lsetiawan . You were right, the code blocks were repeated twice for no reason. I've made the requested changes, and will keep the DRY principles in mind in the future too!! Regarding creating a new |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this and improving it! Great work! I think this is ready to be merged now 😄
load_travel_times
#125