-
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_deletions #127 #179
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #179 +/- ##
==========================================
+ Coverage 43.84% 46.83% +2.98%
==========================================
Files 16 16
Lines 837 837
==========================================
+ Hits 367 392 +25
+ Misses 470 445 -25 ☔ View full report in Codecov by Sentry. |
@lsetiawan This PR is ready for review. |
Thanks @madhavmk for this! This is great. However, you're missing the deletions:
path: ./tests/data/2022/NCL1/deletns.dat |
Right. I purposely skipped this testcase, as you mentioned we do not support it moving forward. Do you still recommend me to create a testcase for this? |
That makes sense, we won't support it, but for now, let's test for this. It shouldn't take too much lift and this ensures that the program can be compared with an old delete file. |
Completed! |
This is now ready to merge once the small change I made is passing. Thanks for this! |
test_load_deletions()
to increaseloaders.py
coverage.