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

zapcore/encoder_test: Use yaml.v3 #1075

Merged
merged 1 commit into from
Mar 30, 2022
Merged

zapcore/encoder_test: Use yaml.v3 #1075

merged 1 commit into from
Mar 30, 2022

Conversation

abhinav
Copy link
Collaborator

@abhinav abhinav commented Mar 30, 2022

encoder_test decodes YAML to verify the behavior of EncoderConfig.
This behavior is the same between yaml.v2 and yaml.v3.
Since dependencies that use YAML have already moved on to yaml.v3,
we should as well.

Note that this drops yaml.v2 from our go.mod entirely.

encoder_test decodes YAML to verify the behavior of EncoderConfig.
This behavior is the same between yaml.v2 and yaml.v3.
Since dependencies that use YAML have already moved on to yaml.v3,
we should as well.

Note that this drops yaml.v2 from our go.mod entirely.
@codecov
Copy link

codecov bot commented Mar 30, 2022

Codecov Report

Merging #1075 (fa53585) into master (59749c9) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1075   +/-   ##
=======================================
  Coverage   98.30%   98.30%           
=======================================
  Files          49       49           
  Lines        2120     2120           
=======================================
  Hits         2084     2084           
  Misses         28       28           
  Partials        8        8           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 59749c9...fa53585. Read the comment docs.

@abhinav abhinav enabled auto-merge (squash) March 30, 2022 03:04
Copy link
Collaborator

@prashantv prashantv left a comment

Choose a reason for hiding this comment

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

🥳

@abhinav abhinav merged commit 212dcb9 into master Mar 30, 2022
@abhinav abhinav deleted the yamlv3 branch March 30, 2022 04:07
@abhinav abhinav mentioned this pull request Mar 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants