-
Notifications
You must be signed in to change notification settings - Fork 835
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
chore: ensure attributes are spec compliant #1488
chore: ensure attributes are spec compliant #1488
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1488 +/- ##
==========================================
- Coverage 93.16% 93.11% -0.05%
==========================================
Files 152 155 +3
Lines 4580 4811 +231
Branches 931 971 +40
==========================================
+ Hits 4267 4480 +213
- Misses 313 331 +18
|
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.
can you please improve the test coverage, the coverage for added file attributes.ts
shows no tests
Not sure if it is relevant but the attributes given to |
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, I hope you can add tests to added code (attributes.ts
) - what codecov is showing before merging that.
0f6ecdf
to
86c71e1
Compare
Fixed
Fixed |
Attributes directly passed to |
We could remove the check from the Another option would be to remove the validation in the |
…en-telemetry#1488) Co-authored-by: Haddas Bronfman <85441461+haddasbronfman@users.noreply.github.com>
Fixes #1340