mirror of
https://github.com/nlohmann/json.git
synced 2026-08-25 10:33:20 +00:00
Merge pull request #23 from Teemperor/gcc_remark_readme
Added a remark to the readme that coverage is GCC only for now
This commit is contained in:
@@ -276,13 +276,15 @@ $ make
|
|||||||
$ ctest
|
$ ctest
|
||||||
```
|
```
|
||||||
|
|
||||||
If you want to generate a coverage report with lcov, execute this instead:
|
If you want to generate a coverage report with the lcov/genhtml tools, execute this instead:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ cmake .
|
$ cmake .
|
||||||
$ make coverage
|
$ make coverage
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Note: You need to use GCC for now as otherwise the target coverage doesn't exist!**
|
||||||
|
|
||||||
The report is now in the subfolder coverage/index.html
|
The report is now in the subfolder coverage/index.html
|
||||||
|
|
||||||
## Execute unit tests with automake
|
## Execute unit tests with automake
|
||||||
|
|||||||
Reference in New Issue
Block a user