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: unexpected logic issue with the ignore interface option #36

Merged
merged 5 commits into from
Sep 20, 2023

Conversation

bxcodec
Copy link
Contributor

@bxcodec bxcodec commented Sep 19, 2023

fix #30

@codecov-commenter
Copy link

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.11% 🎉

Comparison is base (f70bf73) 89.04% compared to head (75b5cb5) 89.16%.

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

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #36      +/-   ##
==========================================
+ Coverage   89.04%   89.16%   +0.11%     
==========================================
  Files          12       12              
  Lines        1762     1781      +19     
==========================================
+ Hits         1569     1588      +19     
  Misses        138      138              
  Partials       55       55              
Files Changed Coverage Δ
faker.go 86.29% <100.00%> (+0.27%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bxcodec bxcodec merged commit cfe31b6 into main Sep 20, 2023
2 checks passed
@bxcodec bxcodec deleted the fix/interface-with-method branch September 20, 2023 09:33
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.

panic when field of type map[string]any is in the struct
2 participants