-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Use assert/require in test code of exporter #286
Conversation
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.
Please fix the build.
4c1e3de
to
c49b8a0
Compare
Codecov Report
@@ Coverage Diff @@
## master #286 +/- ##
=======================================
Coverage 73.13% 73.13%
=======================================
Files 111 111
Lines 6446 6446
=======================================
Hits 4714 4714
Misses 1488 1488
Partials 244 244 Continue to review full report at Codecov.
|
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.
LGTM
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.
Thanks @huikang! After the minor changes below it should be good to go.
Signed-off-by: Hui Kang <[email protected]>
c49b8a0
to
16ee12f
Compare
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.
LGTM. Thanks @huikang
* set attributes in tracer.Start() * add tests * remove no longer needed attribute additions
#266
Signed-off-by: Hui Kang [email protected]