-
Notifications
You must be signed in to change notification settings - Fork 805
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: enforce consistent span durations #3327
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3327 +/- ##
==========================================
- Coverage 93.42% 92.65% -0.78%
==========================================
Files 241 130 -111
Lines 7258 3130 -4128
Branches 1507 656 -851
==========================================
- Hits 6781 2900 -3881
+ Misses 477 230 -247
|
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 guess the unrelated changes in workflow files will be done in a separate PR.
yeah just needed this PR to pass tests |
Related to #3279
Ensures span durations are never negative even when provided with inconsistent start and end times.