-
Notifications
You must be signed in to change notification settings - Fork 8.3k
samples: drivers: mbox: Allow coverage calculation #76415
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
samples: drivers: mbox: Allow coverage calculation #76415
Conversation
The sample must end to dump coverage data. Stop receiving to prevent callback from interrupting coverage dump. Upstream PR: zephyrproject-rtos/zephyr#76415 Signed-off-by: Piotr Kosycarz <piotr.kosycarz@nordicsemi.no>
The sample must end to dump coverage data. Stop receiving to prevent callback from interrupting coverage dump. Upstream PR: zephyrproject-rtos/zephyr#76415 Signed-off-by: Piotr Kosycarz <piotr.kosycarz@nordicsemi.no>
|
hey, this needs a rebase |
The sample must end to dump coverage data. Stop receiving to prevent callback from interrupting coverage dump. Signed-off-by: Piotr Kosycarz <piotr.kosycarz@nordicsemi.no>
432ef5f to
dea05e9
Compare
Done, thanks. |
The sample must end to dump coverage data. Stop receiving to prevent callback from interrupting coverage dump. Upstream PR: zephyrproject-rtos/zephyr#76415 Signed-off-by: Piotr Kosycarz <piotr.kosycarz@nordicsemi.no>
The sample must end to dump coverage data. Stop receiving to prevent callback from interrupting coverage dump. Upstream PR: zephyrproject-rtos/zephyr#76415 Signed-off-by: Piotr Kosycarz <piotr.kosycarz@nordicsemi.no>
The sample must end to dump coverage data. Stop receiving to prevent callback from interrupting coverage dump. Upstream PR: zephyrproject-rtos/zephyr#76415 Signed-off-by: Piotr Kosycarz <piotr.kosycarz@nordicsemi.no>
The sample must end to dump coverage data. Stop receiving to prevent callback from interrupting coverage dump. Upstream PR: zephyrproject-rtos/zephyr#76415 Signed-off-by: Piotr Kosycarz <piotr.kosycarz@nordicsemi.no>
The sample must end to dump coverage data. Stop receiving to prevent callback from interrupting coverage dump. Upstream PR: zephyrproject-rtos/zephyr#76415 Signed-off-by: Piotr Kosycarz <piotr.kosycarz@nordicsemi.no>
The sample must end to dump coverage data. Stop receiving to prevent callback from interrupting coverage dump. Upstream PR: zephyrproject-rtos/zephyr#76415 Signed-off-by: Piotr Kosycarz <piotr.kosycarz@nordicsemi.no>
The sample must end to dump coverage data. Stop receiving to prevent callback from interrupting coverage dump. Upstream PR: zephyrproject-rtos/zephyr#76415 Signed-off-by: Piotr Kosycarz <piotr.kosycarz@nordicsemi.no>
The sample must end to dump coverage data. Stop receiving to prevent callback from interrupting coverage dump. Upstream PR: zephyrproject-rtos/zephyr#76415 Signed-off-by: Piotr Kosycarz <piotr.kosycarz@nordicsemi.no>
The sample must end to dump coverage data. Stop receiving to prevent callback from interrupting coverage dump. Upstream PR: zephyrproject-rtos/zephyr#76415 Signed-off-by: Piotr Kosycarz <piotr.kosycarz@nordicsemi.no>
The sample must end to dump coverage data. Stop receiving to prevent callback from interrupting coverage dump. Upstream PR: zephyrproject-rtos/zephyr#76415 Signed-off-by: Piotr Kosycarz <piotr.kosycarz@nordicsemi.no>
|
@nordic-piks I am confused by all the PRs recently that are "polluting" (for the last of a better word) the code samples with coverage boilerplate. Can you clarify what's your intent with this please? |
kartben
left a comment
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.
Temporary NACK until question/concern above is addressed
nashif
left a comment
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.
samples are samples, not tests. Adding this type of code to samples just defeats the purpose of samples. If you want covoerage, introduce a test for this drivers or convert this into a test.
The sample must end to dump coverage data. Stop receiving to prevent callback from interrupting coverage dump. Upstream PR: zephyrproject-rtos/zephyr#76415 Signed-off-by: Piotr Kosycarz <piotr.kosycarz@nordicsemi.no>
|
I agree with your comments, will close this PR. |
The sample must end to dump coverage data.
Stop receiving to prevent callback from interrupting coverage dump.