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

Add test cases to cover a paragraph after a list #508

Merged
merged 2 commits into from
Dec 6, 2024

Conversation

trask
Copy link
Member

@trask trask commented Dec 6, 2024

I'm planning to submit a (separate) PR (EDIT see #511) to add a (javadoc) <p> tag in between </ul> and following text, but first sending this PR to add this scenario to the test cases (with no underlying code changes), so that it's clearer what my fix changes and what it doesn't.

Here's the new semconv content that exposed this issue when updating to v1.29.0: https://github.com/open-telemetry/semantic-conventions-java/pull/118/files#r1872551505

Copy link

codecov bot commented Dec 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.9%. Comparing base (4cb5868) to head (71507a6).
Report is 1 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #508   +/-   ##
=====================================
  Coverage   73.9%   73.9%           
=====================================
  Files         50      50           
  Lines       3911    3911           
=====================================
  Hits        2894    2894           
  Misses      1017    1017           

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

@trask trask marked this pull request as ready for review December 6, 2024 02:55
@trask trask requested a review from a team as a code owner December 6, 2024 02:55
Comment on lines 556 to +557
</ul>
"##
And something more."##
Copy link
Member Author

Choose a reason for hiding this comment

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

it was confusing for me at first why it sometimes ended with a newline and sometimes not, which was part of the motivation for #509

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.

OK

@lquerel lquerel merged commit 03e0f51 into open-telemetry:main Dec 6, 2024
23 checks passed
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.

2 participants