-
Notifications
You must be signed in to change notification settings - Fork 76
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
Fix the implementation for the multi payload #392
Conversation
@1c3t3a please take a few minute to view this PR |
a61f39a
to
074bada
Compare
6a7e1cf
to
3b35d2f
Compare
3b35d2f
to
9a1e84a
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #392 +/- ##
==========================================
- Coverage 91.80% 91.80% -0.01%
==========================================
Files 36 36
Lines 5124 5123 -1
==========================================
- Hits 4704 4703 -1
Misses 420 420 ☔ View full report in Codecov by Sentry. |
Hey @shenjackyuanjie, I appreciate your interest in this repository and project. I see you identified a few things that we can improve upon and a few features we can implement, which is great! In order to keep the code maintainable and healthy, I highly value small and easily reviewable chunks of code (reading PRs). Also every new code must come with sufficient testing and should be of reasonable quality. For the changes you do to the project, I noticed you don't necessarily follow that approach. For example this PR contains a bunch of different feature implementations. With this it is not possible for me to review that code and for you it reduces the chance of ever merging the feature. To move forward I advise you to create small increments of high quality code (you know what each line of code you submit does and why it needs to be there) for me to review. Also please break things down in smaller features and add sufficient tests for everything, otherwise I will reject patches. |
ah, I'm sorry with the last commit, I forget it's still on this PR |
23138e4
to
f201a4b
Compare
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.
Could you please add a test or further explain what exactly that code enables? :)
f01bb1a
to
a4f04d8
Compare
the first is just a leftover comment, there aren't any unwrap I add more comment for the second one |
@1c3t3a please have a check of the code and the comment |
Can you please add a test for the behavior you're changing here? :) |
code coverage faild …… |
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.
The CI seems like a flake, lets work in your changes and hope the action is fixed by then.
well…… |
the code coverage still broke ╮( ̄⊿ ̄)╭ |
tested on true workflow
c4fc279
to
31f0fe3
Compare
@1c3t3a I think you may need a fix for it |
Oke, it doesn't matter for now, we can fix this separately. Thanks for the PR! |
tested on true workflow
a part of #385
and will fix #409