-
-
Notifications
You must be signed in to change notification settings - Fork 496
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
bumped up flutter_reaction_button from 2.0.2 to 3.0.0+2. #2079
Conversation
Our Pull Request Approval ProcessWe have these basic policies to make the approval process smoother for our volunteer team. Testing Your CodePlease make sure your code passes all tests. Our test code coverage system will fail if either of these two conditions occur:
The process helps maintain the overall reliability of the code base and is a prerequisite for getting your PR approved. Assigned reviewers regularly review the PR queue and tend to focus on PRs that are passing. ReviewersWhen your PR has been assigned reviewers contact them to get your code reviewed and approved via:
Reviewing Your CodeYour reviewer(s) will have the following roles:
Other🎯 Please be considerate of our volunteers' time. Contacting the person who assigned the reviewers is not advised unless they ask for your input. Do not @ the person who did the assignment otherwise. |
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.
Congratulations on making your first PR! 🎊 If you haven't already, check out our Contributing Guidelines and PR Reporting Guidelines to ensure that you are following our guidelines for contributing and creating PR.
Please fix the failing test |
files pubspec.yaml and pubspec.lock are listed in the unauthorized files. please have a look and help me with what can be done to pass the respective test. |
Accessing the authorized files is understood. You need to fix this error: |
Yeah, understood. |
@Azad99-9 can you post video-rec of the reaction button? |
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.
Don't downgrade other packages.
screen-20231105-182851.mp4video of reaction button. |
Please fix the failing test |
Test are failing, fix them please! |
@palisadoes @Ayush0Chaudhary So i tried removing those lines and ran the tests and all the tests were passing. |
Yes |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #2079 +/- ##
===========================================
- Coverage 76.39% 76.17% -0.22%
===========================================
Files 152 152
Lines 7442 7442
===========================================
- Hits 5685 5669 -16
- Misses 1757 1773 +16 ☔ View full report in Codecov by Sentry. |
@Azad99-9 Please fix the conflicting files. |
@noman2002 Please advise on resolving the 'unauthorized files' error. |
The test is failing because you have edited one or more files that we more carefully track to reduce the risk of breaking our GitHub action workflows and other related automation. This is to be expected in certain types of PRs especially those that alter the packages required by the repo’s app. |
@palisadoes please have a look at this. |
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.
Looks good to me.
4603ad1
into
PalisadoesFoundation:develop
…oundation#2079) * bumped up flutter_reaction_button from 2.0.2 to 3.0.0+2. * added required fields for the widget * formatted firebase options * upgraded the previously downgraded packages * undoing build.gradle change * fixed failing test * increased codecoverage of multi_reaction.dart from 94% to 100% by writing additional tests. * formatted the changes. * resolved conflict code * fixed failing tests * fixed failing tests
What kind of change does this PR introduce?
bug fix: bumped up flutter_reaction_button from 2.0.2 to 3.0.0+2.
Issue Number:
Fixes #2075
Did you add tests for your changes?
No
Snapshots/Videos:
If relevant, did you update the documentation?
Summary
Actually this #2075 issue required updation of all references of flutter_reaction_button package in the entire code base
Does this PR introduce a breaking change?
No
Other information
Have you read the contributing guide?
Yes