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 MISRA C 2012 deviations #190

Merged
merged 2 commits into from
Feb 26, 2024

Use parenthesis to specify operator precedence

b039d06
Select commit
Loading
Failed to load commit list.
Merged

Fix MISRA C 2012 deviations #190

Use parenthesis to specify operator precedence
b039d06
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 22, 2024 in 0s

94.02% (+0.00%) compared to 640dd3f

View this Pull Request on Codecov

94.02% (+0.00%) compared to 640dd3f

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (640dd3f) 94.02% compared to head (b039d06) 94.02%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #190   +/-   ##
=======================================
  Coverage   94.02%   94.02%           
=======================================
  Files           3        3           
  Lines        1690     1690           
  Branches      442      442           
=======================================
  Hits         1589     1589           
  Misses         17       17           
  Partials       84       84           

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