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