-
Notifications
You must be signed in to change notification settings - Fork 55
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
Added coverage #88
Added coverage #88
Conversation
Codecov Report
@@ Coverage Diff @@
## master #88 +/- ##
=========================================
Coverage ? 49.71%
=========================================
Files ? 10
Lines ? 9679
Branches ? 0
=========================================
Hits ? 4812
Misses ? 4867
Partials ? 0 Continue to review full report at Codecov.
|
@@ -1,3 +1,3 @@ | |||
#!/bin/bash | |||
set -e | |||
pip install .[testing] | |||
pip install -e .[testing] |
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.
I guess my question for this PR comes from here: why is this necessary / best practice?
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.
I have been redirected to the instructions, and I see how this makes sense... but at the same time it looks like it is not necessary for the IDWarp PR, I am getting a bit lost
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.
Interesting, perhaps this is not needed..
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.
Nope it is needed, and actually idwarp has some missing coverage. I have no idea how it was collecting coverage on some of the tests though..
Purpose
Added codecov coverage, and also enforced that all tests on the private image should pass.
Type of change
What types of change is it?
Select the appropriate type(s) that describe this PR