-
Notifications
You must be signed in to change notification settings - Fork 80
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
[MRG] Apply downsampling magic to sbt_search #183
Conversation
Codecov Report
@@ Coverage Diff @@
## master #183 +/- ##
==========================================
+ Coverage 85.67% 85.83% +0.15%
==========================================
Files 13 13
Lines 1906 1934 +28
Branches 52 52
==========================================
+ Hits 1633 1660 +27
- Misses 262 264 +2
+ Partials 11 10 -1
Continue to review full report at Codecov.
|
Ready for review & merge @luizirber @betatim |
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.
👍
Fixes #146 (a bug in sbt_search). Also fixes #182 (
--containment
option in search).make test
Did it pass the tests?make coverage
Is the new code covered?without a major version increment. Changing file formats also requires a
major version number increment.
changes were made?