-
-
Notifications
You must be signed in to change notification settings - Fork 507
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
Tests for chat_message_bubble.dart #1518
Comments
Hello @palisadoes, |
@Amogh35 test for this file exists but its not at 100%. |
@Amogh35 Assigned this to you. Please work on it and get it to 100% |
Thanks, i will look into it. |
@Amogh35 You already have 2 issues assigned apart from this one. Unassigning this one. |
@Amogh35 You can work on this now. |
Thanks for assigning this issue to me @noman2002, but after going through the issue, it seems that the coverage for the existing file is already at 100%. Below is the coverage report locally. |
Thanks for the confirmation @Amogh35 |
The Talawa code base needs to be 100% reliable. This means we need to have 100% test code coverage.
Tests need to be written for file
lib/views/after_auth_screens/chat/widgets/chat_message_bubble.dart
test/
folder has the same structure as thelib
folder. Place your test file in the equivalent folder undertest/
. You may need to create the appropriate directory structure to do this.IMPORTANT:
Please refer to the parent issue on how to implement these tests correctly:
PR Acceptance Criteria
The text was updated successfully, but these errors were encountered: