-
Notifications
You must be signed in to change notification settings - Fork 4
Conversation
Codecov Report
@@ Coverage Diff @@
## master #20 +/- ##
=========================================
Coverage ? 57.22%
=========================================
Files ? 9
Lines ? 166
Branches ? 0
=========================================
Hits ? 95
Misses ? 71
Partials ? 0
Continue to review full report at Codecov.
|
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.
Seems good, except for the one comment about allowing missing
in one more place.
It's also missing the tests! |
Done!
… On 8 Mar 2019, at 14:14, Timothée Poisot ***@***.***> wrote:
It's also missing the tests!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#20 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AFvXo0l77HQE9A7OCQOt2CnvDjwsHHCgks5vUmJOgaJpZM4bgX8G>.
|
@tpoisot I can see you've approved the PR but tests are failing (at least on Travis, seems to be in filtering), and there's still the open comment on |
I did not change anything in filtering, and there is a similar error in an other branch. This seems like an issue unrelated to my patch. |
Great - what's your take on the |
Awesome work @MichielStock ! |
I will have to see what is happening. I probably have written tests that can fail/pass depending on the state of the most recent data, so I'll need to write something that I know for sure will behave. |
As requested in Issue #17, I wrote a function to query when the ID of the species is known.
Not 100% finished (e.g. no unit test at the moment).
Ping @tpoisot to take a look.
@tpoisot edit: will fix #17 when merged