diff --git a/doc/manuals/admin/build_source.md b/doc/manuals/admin/build_source.md index b4bf9499f0..8d35154db3 100644 --- a/doc/manuals/admin/build_source.md +++ b/doc/manuals/admin/build_source.md @@ -149,4 +149,4 @@ You can generate coverage reports for the Orion Context Broker using the followi make coverage INSTALL_DIR=~ -*NOTE*: Functional tests relying in debug traces are expected to fail under coverage execution. This is due to the LM_T macros used by the debug traces are disabled in the coverage code build, as they add "noise" in condition coverage. This way coverage reports are more useful. \ No newline at end of file +*NOTE*: Functional tests relying in debug traces are expected to fail under coverage execution (e.g. notification_different_sizes or not_posix_regex_idpattern.test). This is due to the LM_T macros used by the debug traces are disabled in the coverage code build, as they add "noise" in condition coverage. This way coverage reports are more useful. \ No newline at end of file