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

Implement map that is MISRA compliant #62

Merged
merged 1 commit into from
Oct 18, 2023
Merged

Implement map that is MISRA compliant #62

merged 1 commit into from
Oct 18, 2023

Conversation

jciberlin
Copy link
Member

Description

MISRA compliant map.

Related Issues

Not related with any issue.

Checklist

Please check off the following items by putting an "x" in the box:

  • I have read and understood the contribution guidelines.
  • I have added any necessary documentation (if appropriate).
  • I have added unit tests (if appropriate).
  • I have run make cppcheck on my code and fixed any reported issues.
  • I have run make astyle on my code and ensured that it adheres to the project's formatting guidelines.
  • Test coverage is at 100% for the modified code.

Additional Notes

No additional notes.

@codecov
Copy link

codecov bot commented Oct 7, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (6df02d0) 99.87% compared to head (c3dfdd3) 99.88%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #62   +/-   ##
=======================================
  Coverage   99.87%   99.88%           
=======================================
  Files          56       57    +1     
  Lines         832      871   +39     
  Branches      170      178    +8     
=======================================
+ Hits          831      870   +39     
  Partials        1        1           
Files Coverage Δ
Src/map.c 100.00% <100.00%> (ø)

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

Copy link
Member

@Igor-Misic Igor-Misic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice addition!

@Igor-Misic Igor-Misic merged commit add393e into main Oct 18, 2023
9 checks passed
@Igor-Misic Igor-Misic deleted the pr-map branch October 18, 2023 19:03
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.

2 participants