gustavonihei commented on a change in pull request #4730: URL: https://github.com/apache/incubator-nuttx/pull/4730#discussion_r736376155
########## File path: arch/Kconfig ########## @@ -217,6 +217,14 @@ config ARCH_SIZET_LONG C++ library routines because the NuttX size_t might not have the same underlying type as your toolchain's size_t. +config ARCH_COVERAGE + bool "arch coverage" Review comment: ```suggestion bool "Enable code coverage" ``` Suggestion for improving the prompt string. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org