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

feat: check structs within arrays/slices/maps #80

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

shashkin
Copy link
Contributor

Fixes #59

@tmzane
Copy link
Member

tmzane commented Feb 27, 2024

I'll take a look at CI errors shortly.

@tmzane tmzane changed the title Check structs within arrays/slices/maps feat: check structs within arrays/slices/maps Feb 27, 2024
Copy link

codecov bot commented Feb 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.05%. Comparing base (43e0e03) to head (d87749c).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #80      +/-   ##
==========================================
+ Coverage   75.82%   76.05%   +0.22%     
==========================================
  Files           3        3              
  Lines         211      213       +2     
==========================================
+ Hits          160      162       +2     
  Misses         36       36              
  Partials       15       15              

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

@tmzane tmzane merged commit 854e4f1 into go-simpler:main Feb 27, 2024
7 checks passed
@tmzane
Copy link
Member

tmzane commented Feb 27, 2024

Thanks!

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.

Structs within slices or maps inside a marshalled struct are not checked
2 participants