Skip to content

Commit

Permalink
FIX improve doc
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan committed Aug 23, 2024
1 parent 38e2740 commit 799f73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manuals/admin/build_source.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*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.

0 comments on commit 799f73a

Please sign in to comment.