-
Notifications
You must be signed in to change notification settings - Fork 193
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 compliance test and annotate existing ones #669
Add compliance test and annotate existing ones #669
Conversation
c0bcfb3
to
0820860
Compare
Codecov Report
@@ Coverage Diff @@
## main #669 +/- ##
============================================
+ Coverage 85.26% 85.28% +0.02%
+ Complexity 1153 1151 -2
============================================
Files 128 128
Lines 2789 2794 +5
============================================
+ Hits 2378 2383 +5
Misses 411 411
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
All tests passing here. We could merge this first and rebase #670 before review. |
tests/Unit/SDK/Trace/SpanTest.php
Outdated
$events = $span->toSpanData()->getEvents(); | ||
$c = 0; | ||
|
||
$this->assertEvent($events[$c++], 'a', new Attributes(), self::START_EPOCH); |
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 think this would be more readable if you just provided integer values.
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.
Agreed! I've pushed a9270a4 to improve readability here. Can you take a look?
8d3b6c4
to
a9270a4
Compare
No description provided.