-
Notifications
You must be signed in to change notification settings - Fork 28
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 for 1238: collect latency in seconds not nanoseconds #585
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. 📢 Thoughts on this report? Let us know! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #585 +/- ##
=======================================
Coverage 91.43% 91.43%
=======================================
Files 604 604
Lines 16108 16108
=======================================
Hits 14728 14728
Misses 1380 1380
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found @@ Coverage Diff @@
## main #585 +/- ##
=======================================
Coverage 91.43% 91.43%
=======================================
Files 604 604
Lines 16108 16108
=======================================
Hits 14728 14728
Misses 1380 1380
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. Additional details and impacted files@@ Coverage Diff @@
## main #585 +/- ##
=====================================
Coverage 95.87 95.87
=====================================
Files 782 782
Lines 17426 17426
=====================================
Hits 16707 16707
Misses 719 719
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Purpose/Motivation
Adjust latency units
Links to relevant tickets
codecov/engineering-team#1238