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 ordered map comment #510

Merged
merged 1 commit into from
Nov 6, 2024
Merged

Conversation

shuheiktgw
Copy link
Collaborator

I took over this pull request and added tests for the changes. I also slightly refactored the original test cases to adopt a table-driven test style. Thanks for the review!
Closes #345

Co-authored-by: Codey Oxley <coxley@users.noreply.github.com>
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.64%. Comparing base (29b57b4) to head (e6d3192).
Report is 1 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #510      +/-   ##
==========================================
- Coverage   76.86%   76.64%   -0.22%     
==========================================
  Files          18       18              
  Lines        6206     6209       +3     
==========================================
- Hits         4770     4759      -11     
- Misses       1123     1132       +9     
- Partials      313      318       +5     

Copy link
Owner

@goccy goccy left a comment

Choose a reason for hiding this comment

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

Thank you for your great PR !
LGTM 👍

@goccy goccy merged commit 9ffa159 into goccy:master Nov 6, 2024
18 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.

Comment Map: Only parses comments on the first key of each map
3 participants