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
+2-2
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@
9
9
The goal of this project is to build project with following tools:
10
10
* C++ version: `C++11`
11
11
* Build system: [`CMake`](https://cmake.org/)
12
-
* C++ compiler: `g++`
12
+
* C++ compiler: `g++` or Visual Studio
13
13
* Libraries: `STL` only
14
-
* Code coverage report: [`lcov`](http://ltp.sourceforge.net/coverage/lcov.php) (note: it should show the code coverage is below 100%)
14
+
* Code coverage report: [`lcov`](http://ltp.sourceforge.net/coverage/lcov.php)and [`OpenCppCoverage`](https://github.com/OpenCppCoverage/OpenCppCoverage)(note: it should show the code coverage is below 100%)
15
15
*[`CodeCov`](https://codecov.io/) (code coverage is measured by CodeCov).
0 commit comments