Skip to content
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) Expand id parsing #152

Merged
merged 2 commits into from
May 9, 2024
Merged

(fix) Expand id parsing #152

merged 2 commits into from
May 9, 2024

Conversation

jsuereth
Copy link
Contributor

@jsuereth jsuereth commented May 9, 2024

Current parsing is a bit inflexible, improve parsing to include more.

Fixes #151

This is a fast update. Longer term, we should have a very "loose" parsing grammar for recognizing tags where we can issue errors if the tags don't match our current parser, due, e.g. to poor tag syntax.

Current parsing is a bit inflexible, improve parsing to include more.
@jsuereth jsuereth requested a review from lquerel as a code owner May 9, 2024 01:01
Copy link

codecov bot commented May 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.4%. Comparing base (5eb7a59) to head (28adb7a).

❗ Current head 28adb7a differs from pull request most recent head 273eee6. Consider uploading reports for the commit 273eee6 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##            main    #152     +/-   ##
=======================================
- Coverage   73.4%   73.4%   -0.1%     
=======================================
  Files         44      44             
  Lines       2504    2503      -1     
=======================================
- Hits        1840    1839      -1     
  Misses       664     664             

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@lquerel lquerel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jsuereth jsuereth merged commit 69c45d8 into open-telemetry:main May 9, 2024
17 checks passed
@jsuereth jsuereth deleted the fix-151 branch May 9, 2024 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

model with id on name don't generate markdown docs
2 participants