Skip to content

Fix missing symbol in HTML generation of metrics coverage report #11668

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

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

vignesh1507
Copy link
Contributor

There is a small issue in the HTML generation section at the end of the create_readable_report function. The closing > for the last fd.write("</body></html") is missing. It should be fd.write("</body></html>").

@vignesh1507
Copy link
Contributor Author

@ silv-io can you review this PR?

@silv-io silv-io self-requested a review January 24, 2025 11:56
@silv-io silv-io added the semver: patch Non-breaking changes which can be included in patch releases label Jan 24, 2025
@silv-io silv-io added this to the Playground milestone Jan 24, 2025
Copy link
Member

@silv-io silv-io left a comment

Choose a reason for hiding this comment

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

Hi @vignesh1507, sorry for not getting back to you sooner, I didn't receive the ping because of the space between my user name and the @.

The change looks good to me, so I'll merge it right away!

@silv-io silv-io changed the title There is a small issue in the html segment of diff_metrics_coverage.py Fix missing symbol in HTML generation of metrics coverage report Jan 27, 2025
@silv-io silv-io merged commit 1d5276c into localstack:master Jan 27, 2025
27 of 28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver: patch Non-breaking changes which can be included in patch releases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants