-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix package main resolving issue #5344
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5344 +/- ##
=======================================
Coverage 61.32% 61.32%
=======================================
Files 205 205
Lines 6909 6909
Branches 3 3
=======================================
Hits 4237 4237
Misses 2671 2671
Partials 1 1
Continue to review full report at Codecov.
|
Do you mind adding an integration test for this behavior? |
Also, thanks for the PR! |
Thanks @kenzable! |
Added some tests @cpojer |
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.
Thanks! Clean fix 🙂
Awesome! Thank you. |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
Related issue is #5088
Test plan
No additional tests added.
Ran existing tests with all passing.
Manually tested on separate repo that exhibited the original issue and it was successfully resolved.