-
Notifications
You must be signed in to change notification settings - Fork 403
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
iox-#2080 Prefix 'Expects' and 'Ensures' with IOX
#2081
Conversation
@FerdinandSpitzschnueffler @mossmaurice @dkroenke @MatthiasKillat @elfenpiff @budrus feel free to add yourself as reviewer |
IOX
Codecov Report
@@ Coverage Diff @@
## master #2081 +/- ##
=======================================
Coverage 80.13% 80.13%
=======================================
Files 417 417
Lines 16055 16055
Branches 2255 2255
=======================================
Hits 12865 12865
Misses 2385 2385
Partials 805 805
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
iceoryx_posh/testing/include/iceoryx_posh/testing/mocks/posh_runtime_mock.hpp
Show resolved
Hide resolved
It seems the link checker has Problems with https://misra.org.uk/. I've manually confirmed that the link works but there was a weird 'robots' check before the site opened. It might be necessary to add that link to the ignore list. |
Pre-Review Checklist for the PR Author
iox-123-this-is-a-branch
)iox-#123 commit text
)task-list-completed
)iceoryx_hoofs
are added to./clang-tidy-diff-scans.txt
Notes for Reviewer
This PR adds an
IOX
prefix toExpects
/Ensures
to prevent conflicts with Microsoft GSL Expects macroChecklist for the PR Reviewer
iceoryx_hoofs
have been added to./clang-tidy-diff-scans.txt
Post-review Checklist for the PR Author
References