-
Notifications
You must be signed in to change notification settings - Fork 192
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
Invalid @covers annotations in SpanTest create warning in PHPunit runs #752
Conversation
Codecov Report
@@ Coverage Diff @@
## main #752 +/- ##
============================================
- Coverage 82.86% 79.60% -3.26%
Complexity 1295 1295
============================================
Files 150 150
Lines 3192 3192
============================================
- Hits 2645 2541 -104
- Misses 547 651 +104
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Reran these tests after the fix; looks better now. |
I think the only thing left on this PR is @brettmc 's comments. |
#732