-
Notifications
You must be signed in to change notification settings - Fork 11
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
fix: test results flow success event #513
Conversation
Signed-off-by: joseph-sentry <joseph.sawaya@sentry.io>
Codecov ReportAll modified and coverable lines are covered by tests ✅ @@ Coverage Diff @@
## main #513 +/- ##
=======================================
Coverage 97.46% 97.47%
=======================================
Files 417 417
Lines 34816 34820 +4
=======================================
+ Hits 33935 33940 +5
+ Misses 881 880 -1
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 ✅
@@ Coverage Diff @@
## main #513 +/- ##
=======================================
Coverage 97.46% 97.47%
=======================================
Files 417 417
Lines 34816 34820 +4
=======================================
+ Hits 33935 33940 +5
+ Misses 881 880 -1
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 #513 +/- ##
=======================================
Coverage 97.46% 97.47%
=======================================
Files 417 417
Lines 34816 34820 +4
=======================================
+ Hits 33935 33940 +5
+ Misses 881 880 -1
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 ✅
Changes have been made to critical files, which contain lines commonly executed in production. Learn more Additional details and impacted files@@ Coverage Diff @@
## main #513 +/- ##
=======================================
Coverage 97.49% 97.49%
=======================================
Files 448 448
Lines 35545 35549 +4
=======================================
+ Hits 34654 34659 +5
+ Misses 891 890 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
This change has been scanned for critical changes. Learn more |
Signed-off-by: joseph-sentry <joseph.sawaya@sentry.io>
Signed-off-by: joseph-sentry <joseph.sawaya@sentry.io>
Signed-off-by: joseph-sentry <joseph.sawaya@sentry.io>
I also had to fix some random linting errors so pre commit would pass