-
Notifications
You must be signed in to change notification settings - Fork 10
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 Sentry Events/Metrics for ParallelVerification #655
Conversation
Codecov ReportAttention: Patch coverage is ✅ All tests successful. No failed tests found.
@@ Coverage Diff @@
## main #655 +/- ##
=======================================
Coverage 98.05% 98.06%
=======================================
Files 437 437
Lines 36849 36806 -43
=======================================
- Hits 36134 36095 -39
+ Misses 715 711 -4
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 #655 +/- ##
=======================================
Coverage 98.05% 98.06%
=======================================
Files 437 437
Lines 36849 36806 -43
=======================================
- Hits 36134 36095 -39
+ Misses 715 711 -4
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.
Additional details and impacted files@@ Coverage Diff @@
## main #655 +/- ##
==========================================
+ Coverage 98.10% 98.11% +0.01%
==========================================
Files 476 476
Lines 38170 38282 +112
==========================================
+ Hits 37447 37562 +115
+ Misses 723 720 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 5 files with indirect coverage changes
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #655 +/- ##
=======================================
Coverage 98.05% 98.06%
=======================================
Files 437 437
Lines 36849 36806 -43
=======================================
- Hits 36134 36095 -39
+ Misses 715 711 -4
Flags with carried forward coverage won't be shown. Click here to find out more.
|
if not top_level_totals_match: | ||
scope.set_extra("parallel_totals", parallel_report.totals.astuple()) | ||
scope.set_extra("serial_totals", serial_report.totals.astuple()) | ||
sentry_sdk.capture_message( |
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.
Where does this sort of thing show up on the Sentry UI? Would this be considered an error?
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.
It shows up in the issues list, but it is not considered an error.
fixes codecov/engineering-team#2449