-
Notifications
You must be signed in to change notification settings - Fork 11
Conversation
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## main #874 +/- ##
==========================================
+ Coverage 97.92% 97.96% +0.03%
==========================================
Files 444 444
Lines 35436 35431 -5
==========================================
+ Hits 34701 34710 +9
+ Misses 735 721 -14
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAttention: Patch coverage is ✅ All tests successful. No failed tests found.
@@ Coverage Diff @@
## main #874 +/- ##
==========================================
+ Coverage 97.92% 97.96% +0.03%
==========================================
Files 444 444
Lines 35436 35431 -5
==========================================
+ Hits 34701 34710 +9
+ Misses 735 721 -14
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
@@ Coverage Diff @@
## main #874 +/- ##
==========================================
+ Coverage 97.92% 97.96% +0.03%
==========================================
Files 444 444
Lines 35436 35431 -5
==========================================
+ Hits 34701 34710 +9
+ Misses 735 721 -14
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #874 +/- ##
==========================================
+ Coverage 97.92% 97.96% +0.03%
==========================================
Files 444 444
Lines 35436 35431 -5
==========================================
+ Hits 34701 34710 +9
+ Misses 735 721 -14
Flags with carried forward coverage won't be shown. Click here to find out more.
|
✅ All tests successful. No failed tests were found. 📣 Thoughts on this report? Let Codecov know! | Powered by Codecov |
This functionality was temporarily broken due to parallel processing, and this restores that functionality. Additionally, this also logs any time this flag is triggered to Sentry to assist in figuring out who is actually using this.
1030935
to
8a95d64
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.
I can't see anything in suspicious in the code, but no idea about the joined
logic
To be fair, I don’t think this is a widely used feature, and I also don’t think its particularly useful. It pretty much means that followup uploads will fully override existing coverage values (for those files they do cover). As the order of uploads is pretty much non-deterministic, I don’t think this works out well in practice. |
This functionality was temporarily broken due to parallel processing, and this restores that functionality.
Additionally, this also logs any time this flag is triggered to Sentry to assist in figuring out who is actually using this.