Skip to content

Commit f55daf4

Browse files
committed
add intro message to readme
1 parent acaaf9d commit f55daf4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# C++ | Google Test | Gcov | Lcov
22

3+
This repository demonstrates how to get coverage results with Google Test.
4+
5+
The CMake flag `set(CMAKE_CXX_FLAGS --coverage)` does the main job.
6+
37
## Build instructions
48

59
```shell script

0 commit comments

Comments
 (0)