-
Notifications
You must be signed in to change notification settings - Fork 761
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
with_lib resets library path #836
Conversation
Could you please squash? (And close #833?) |
Should be good to merge now. I have no idea what's wrong with the coverage -- I've added explicit tests. @jimhester Any idea? |
It is failing the "patch coverage" test. Patch coverage refers to
https://github.com/codecov/support/wiki/Patch-Coverage-Status Presumably because you did not add any new tests for the changed lines from this pull request. Looks like @hadley set it so that 90% of the changed lines need to have coverage to pass. |
Thanks @jimhester for the quick reply. My point is:
|
Ah I misunderstood the issue, I will try to figure out what is going on
|
Thanks. I probably should have been a bit more specific right from the start. |
@krlmlr So the reason |
forcing is probably unnecessary anyway
to satisfy codecov
Removed the |
with_lib()
Closes #833, I'm planning to implement the
with_temp_lib()
function largely from scratch.