-
Notifications
You must be signed in to change notification settings - Fork 17
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
Type extension aiopika workaround #292
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #292 +/- ##
==========================================
+ Coverage 90.77% 90.78% +0.01%
==========================================
Files 22 22
Lines 2990 2980 -10
==========================================
- Hits 2714 2705 -9
+ Misses 276 275 -1 ☔ View full report in Codecov by Sentry. |
After #289 there is only the last commit will fix |
Yes.
But the PR was from the branch of my fork. |
Yeah, but now this PR would change over a 1000 lines. Surely that is not the intention? |
Yes, I was waiting for the merge of #289 :) I should put "blocked" tag for this one. |
But there the CI is failing because of the fix you put here? Why not just put just that fix in this PR, we merge that, and then you update the other PR and tests will pass. Since the fix doesn't touch any of the other changes, there should be no conflicts whatsoever. In fact, you would just do on the branch of this PR
Now you just have the commit with the fix |
ef7b10b
to
ba77abf
Compare
I see. Not sure what I did I tried with cherry-pick but it closes the PR. I'll open a new one with the change. |
Based on #289