-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
ADD: Rich text editor image upload system tests #7273
ADD: Rich text editor image upload system tests #7273
Conversation
Codecov Report
@@ Coverage Diff @@
## master #7273 +/- ##
=========================================
+ Coverage 81.59% 81.6% +<.01%
=========================================
Files 97 97
Lines 5602 5599 -3
=========================================
- Hits 4571 4569 -2
+ Misses 1031 1030 -1
|
Restarting to see if CodeCov resolves differently :-/ |
@jywarren it does :-) |
a little bit disconcerting, but i'm OK with it for now! Let's do think on how to fix it, though. First maybe we need to document it thoroughly. |
Thank you!!! |
@jywarren Please ask and I will explain. The thing that I did here is that I refactored Thanks. |
I should have mentioned this in the commit message. I apologise. |
No, sorry, i was referring to the uncertainty about CodeCov! my bad! i think it must be some timing/ordering issue which is making it report in coverage non-deterministically. or at least inconsistently. |
Oh, so it's CodeCov. How can I help you with CodeCov? |
@jywarren what is wrong with the coverage? |
It seems to be quite inconsistent. We are bouncing between 60-80% coverage. And, re-running Travis can result in different outcomes, as happened here. |
Part of #5316