-
Notifications
You must be signed in to change notification settings - Fork 11
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #869 +/- ##
=======================================
Coverage 97.93% 97.93%
=======================================
Files 444 444
Lines 35463 35463
=======================================
Hits 34731 34731
Misses 732 732
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #869 +/- ##
=======================================
Coverage 97.93% 97.93%
=======================================
Files 444 444
Lines 35463 35463
=======================================
Hits 34731 34731
Misses 732 732
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #869 +/- ##
=======================================
Coverage 97.93% 97.93%
=======================================
Files 444 444
Lines 35463 35463
=======================================
Hits 34731 34731
Misses 732 732
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #869 +/- ##
=======================================
Coverage 97.93% 97.93%
=======================================
Files 444 444
Lines 35463 35463
=======================================
Hits 34731 34731
Misses 732 732
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 |
tasks/test_results_processor.py
Outdated
sorted(test_data.values(), key=lambda x: str(x["flags_hash"])) | ||
sorted( | ||
test_data.values(), | ||
key=lambda x: str(x["test_id"]), |
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.
Getting 3 errors w/ this change, this intentional?
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.
my latest change should fix those
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.
Sweet!
Fixes: https://github.com/codecov/internal-issues/issues/1019