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 load and store for sizeof(T) == 0 #18

Merged
merged 2 commits into from
Nov 30, 2024
Merged

Fix load and store for sizeof(T) == 0 #18

merged 2 commits into from
Nov 30, 2024

Conversation

vchuravy
Copy link
Member

@vchuravy vchuravy commented Nov 30, 2024

This fixes the issue noted in #16

Copy link

codecov bot commented Nov 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.91%. Comparing base (934c34d) to head (8220821).
Report is 30 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##           master      #18       +/-   ##
===========================================
- Coverage   98.00%   80.91%   -17.09%     
===========================================
  Files           4        7        +3     
  Lines          50      262      +212     
===========================================
+ Hits           49      212      +163     
- Misses          1       50       +49     
Flag Coverage Δ
unittests 80.91% <100.00%> (-17.09%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@vchuravy vchuravy merged commit 2c4e5de into master Nov 30, 2024
5 of 6 checks passed
@vchuravy vchuravy deleted the vc/fence branch November 30, 2024 13:49
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.

1 participant