You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-6Lines changed: 14 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,17 @@ A CMake file template and sample C++ application which allows unit test by Googl
7
7
- "src" directory for application source code.
8
8
- "test" directory for unit tests.
9
9
- std::thread aware.
10
-
- Tested with Ubuntu 20.04 with GCC.
11
-
- Tested with Windows 11 with Visual Studio C++ compiler.
12
-
- Tested with WSL2 with VS CODE remote server.
10
+
- Generate Gcov data files during test ( except Windows platform )
11
+
- Tested:
12
+
- Ubuntu 20.04 with GCC.
13
+
- Windows 11 with Visual Studio C++ compiler.
14
+
- WSL2 with VS CODE remote server.
15
+
- Automatically tested by GitHub Actions.
16
+
- linux-latest, Debug
17
+
- linux-latest, Release
18
+
- windows-latest, Debug
19
+
- windows-latest, Release
20
+
13
21
## Screenshot
14
22

15
23
## Requirement
@@ -79,7 +87,7 @@ Run followings on the shell.
79
87
sudo snap install code --classic
80
88
sudo apt-get install build-essential cmake
81
89
```
82
-
- Note 1: After installing VS CODE, install the [C++ Extension Pack](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools-extension-pack) to the VS CODE.
90
+
- Note 1: After installing VS CODE, install the [C++ Extension Pack](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools-extension-pack)and the [Gcov Viewer extension](https://marketplace.visualstudio.com/items?itemName=JacquesLucke.gcov-viewer)to the VS CODE.
- Note 1: After installing VS CODE, install the [C++ Extension Pack](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools-extension-pack) to the VS CODE.
101
+
- Note 1: After installing VS CODE, install the [C++ Extension Pack](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools-extension-pack)and the [Gcov Viewer extension](https://marketplace.visualstudio.com/items?itemName=JacquesLucke.gcov-viewer)to the VS CODE.
94
102
- Note 2: The above winget install the CMake installer only. Run the CMake once and complete the installation.
95
103
- Note 3: The above wget install the VisualStudio launcher only. [Install the C++ workload](https://docs.microsoft.com/en-us/cpp/build/vscpp-step-0-installation?view=msvc-170) after winget installation.
96
104
@@ -106,7 +114,7 @@ Then, run followings on the Ubuntu shell.
- Note 1: After installing VS CODE, install the [C++ Extension Pack](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools-extension-pack) to the VS CODE.
117
+
- Note 1: After installing VS CODE, install the [C++ Extension Pack](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools-extension-pack)and the [Gcov Viewer extension](https://marketplace.visualstudio.com/items?itemName=JacquesLucke.gcov-viewer)to the VS CODE.
0 commit comments