@@ -71,10 +71,10 @@ ctest --test-dir ${BUILD_DIR} -E system --output-on-failure
7171cmake --build ${BUILD_DIR} --target coverage
7272lcov --summary --rc branch_coverage=1 ${BUILD_DIR} /coverage.info
7373
74- # For file specific coverage list uncomment the following lines
74+ # For file specific coverage list uncomment the following lines
7575
7676# wget https://github.com/linux-test-project/lcov/releases/download/v2.3.1/lcov-2.3.1.tar.gz
77- # tar -xvzf lcov-2.3.1.tar.gz
77+ # tar -xvzf lcov-2.3.1.tar.gz
7878# ./lcov-2.3.1/bin/lcov --list --rc branch_coverage=1 ${BUILD_DIR}/coverage.info
7979
8080```
@@ -89,16 +89,16 @@ Overall coverage rate:
8989 branches......: 100.0% (4920 of 4920 branches)
9090```
9191
92- Note: If file specific coverage list is required the lcov version should be updated to
93- the newer version (for example, [ v2.3.1] ( https://github.com/linux-test-project/lcov/releases/tag/v2.3.1 ) )
92+ Note: If file specific coverage list is required the lcov version should be updated to
93+ the newer version (for example, [ v2.3.1] ( https://github.com/linux-test-project/lcov/releases/tag/v2.3.1 ) )
9494as the default version of ` lcov ` in Ubuntu 24.04 results in incorrect parsing of
9595` coverage.info ` .
9696
9797Sample file specific coverage data:
9898
9999
100100```
101- |Lines |Functions |Branches
101+ |Lines |Functions |Branches
102102Filename |Rate Num|Rate Num|Rate Num
103103=====================================================================
104104[/home/ubuntu/FreeRTOS-Plus-TCP/source/]
0 commit comments