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

chore: fix stringer error #1510

Merged
merged 2 commits into from
Apr 18, 2023
Merged

chore: fix stringer error #1510

merged 2 commits into from
Apr 18, 2023

Conversation

yquansah
Copy link
Contributor

As test were ran in CI, the "mock" sink did not have a String method for zap to call. It resulted in a panic in the log output. This fixes the issue.

@yquansah yquansah requested a review from a team as a code owner April 18, 2023 09:11
@yquansah yquansah added the automerge Used by Kodiak bot to automerge PRs label Apr 18, 2023
@codecov
Copy link

codecov bot commented Apr 18, 2023

Codecov Report

Merging #1510 (03ccc0b) into main (2f41870) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1510   +/-   ##
=======================================
  Coverage   77.79%   77.79%           
=======================================
  Files          46       46           
  Lines        3611     3611           
=======================================
  Hits         2809     2809           
  Misses        639      639           
  Partials      163      163           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@kodiakhq kodiakhq bot merged commit c289696 into main Apr 18, 2023
@kodiakhq kodiakhq bot deleted the yq-fix-stringer branch April 18, 2023 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Used by Kodiak bot to automerge PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants