Skip to content

Commit 7f4d07b

Browse files
committed
Minor README change for incorrect filename
1 parent 1ef4557 commit 7f4d07b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ target_code_coverage(theExe) # As an executable target, adds the 'ccov-theExe' t
156156

157157
```
158158
add_executable(theExe main.cpp non_covered.cpp)
159-
target_code_coverage(theExe EXCLUDE non_covered.cpp) # As an executable target, the reports will exclude the non-covered.cpp file.
159+
target_code_coverage(theExe EXCLUDE non_covered.cpp) # As an executable target, the reports will exclude the non_covered.cpp file.
160160
```
161161

162162
#### Example 3: Target added to the 'ccov' and 'ccov-all' targets

0 commit comments

Comments
 (0)