Skip to content

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

Merged
tmzane merged 1 commit intogo-simpler:mainfrom
shashkin:ptr-array-slice-map
Feb 27, 2024
Merged

feat: check structs within arrays/slices/maps#80
tmzane merged 1 commit intogo-simpler:mainfrom
shashkin:ptr-array-slice-map

Conversation

@shashkin
Copy link
Copy Markdown
Contributor

Fixes #59

@tmzane
Copy link
Copy Markdown
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
@tmzane tmzane force-pushed the ptr-array-slice-map branch from 533dacd to 74e3083 Compare February 27, 2024 20:48
@codecov
Copy link
Copy Markdown

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 force-pushed the ptr-array-slice-map branch from 74e3083 to d87749c Compare February 27, 2024 20:52
@tmzane tmzane self-requested a review February 27, 2024 21:03
@tmzane tmzane merged commit 854e4f1 into go-simpler:main Feb 27, 2024
@tmzane
Copy link
Copy Markdown
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