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 direct coverage to zap.Any #1309

Merged
merged 1 commit into from
Jul 30, 2023
Merged

Add direct coverage to zap.Any #1309

merged 1 commit into from
Jul 30, 2023

Commits on Jul 30, 2023

  1. Add direct case coverage to zap.Any

    Practically, the cases added are today covered by the tests for strongly
    typed functions, but are missing if someone was to do a refactoring like #1305
    or #1307.
    
    More theoretically, since `zap.Any` is an external interface, IMO it
    makes sense to test it separately too.
    rabbbit committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    d0c8c2d View commit details
    Browse the repository at this point in the history