-
Notifications
You must be signed in to change notification settings - Fork 250
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
test_: message reactions test #6335
Conversation
Jenkins BuildsClick to see older builds (31)
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #6335 +/- ##
===========================================
- Coverage 60.41% 60.36% -0.06%
===========================================
Files 845 845
Lines 111357 111357
===========================================
- Hits 67280 67221 -59
- Misses 36268 36309 +41
- Partials 7809 7827 +18
Flags with carried forward coverage won't be shown. Click here to find out more. |
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! left some minor comments
Also I saw that the linting job failed
Can you please run black on the new file and also install the git pre-commit hooks (pre-commit install
) so in the future this formatting is done automatically? Thank you
eab259f
to
24ee0b6
Compare
Thanks for the advice with pre-commit, it works now! :) |
Btw your tests are failing in jenkins because of this privileged flag that the containers are trying to use. Here's how @antdanchenko approached this maybe we need a dedicated fixture |
Yep, we decided that I'll wait for his PR to be merged before merging or updating this one in terms of this issue |
24ee0b6
to
ae0542d
Compare
ae0542d
to
e68a3b4
Compare
Closes #6092