You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Coverage reports are missing for the nrf52_bsim board (both in codecov and when attempting to generate them locally)
COVERAGE cannot be set for nrf52_bsim (or any other NATIVE_APPLICATION board)
To Reproduce
Steps to reproduce the behavior:
mkdir build; cd build
cmake -DBOARD=nrf52_bsim -DCONFIG_COVERAGE=y
See complaint from kconfig about COVERAGE not being selectable for this board
Expected behavior
should be possible to set COVERAGE for any NATIVE_APLICATION as it was before.
Impact
No coverage reports are generated in CI for the nrf52_bsim board ; all coverage for the bluetooth subsystem are missing.
No coverage reports can be generated locally for other NATIVE_APPLICATIONS than native_posix.
Environment (please complete the following information):
In #9717, 777407b
coverage support was broken for all NATIVE_APPLICATION except
native_posix
This includes the nrf52_bsim board
Fix it.
Fixes: #13009
Signed-off-by: Alberto Escolar Piedras <[email protected]>
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
Coverage reports are missing for the nrf52_bsim board (both in codecov and when attempting to generate them locally)
COVERAGE cannot be set for nrf52_bsim (or any other NATIVE_APPLICATION board)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
should be possible to set COVERAGE for any NATIVE_APLICATION as it was before.
Impact
No coverage reports are generated in CI for the nrf52_bsim board ; all coverage for the bluetooth subsystem are missing.
No coverage reports can be generated locally for other NATIVE_APPLICATIONS than native_posix.
Environment (please complete the following information):
Additional context
Related to #12571, introduced in #9717
Patch incoming
The text was updated successfully, but these errors were encountered: