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 short circuting of && and || in macros #3655

Merged
merged 1 commit into from
Jan 16, 2024

Fix short circuting of && and || in macros

c87959d
Select commit
Loading
Failed to load commit list.
Merged

Fix short circuting of && and || in macros #3655

Fix short circuting of && and || in macros
c87959d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 16, 2024 in 0s

98.28% (+0.00%) compared to c31d9cf

View this Pull Request on Codecov

98.28% (+0.00%) compared to c31d9cf

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c31d9cf) 98.28% compared to head (c87959d) 98.28%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3655   +/-   ##
=======================================
  Coverage   98.28%   98.28%           
=======================================
  Files          43       43           
  Lines        5650     5652    +2     
=======================================
+ Hits         5553     5555    +2     
  Misses         97       97           

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