Skip to content

Commit a7c2823

Browse files
committed
Fix formatting
1 parent 129a50c commit a7c2823

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/unit-test/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ ctest --test-dir ${BUILD_DIR} -E system --output-on-failure
7171
cmake --build ${BUILD_DIR} --target coverage
7272
lcov --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))
9494
as the default version of `lcov` in Ubuntu 24.04 results in incorrect parsing of
9595
`coverage.info`.
9696

9797
Sample file specific coverage data:
9898

9999

100100
```
101-
|Lines |Functions |Branches
101+
|Lines |Functions |Branches
102102
Filename |Rate Num|Rate Num|Rate Num
103103
=====================================================================
104104
[/home/ubuntu/FreeRTOS-Plus-TCP/source/]

0 commit comments

Comments
 (0)