We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f6300 commit 6f55a1cCopy full SHA for 6f55a1c
README.md
@@ -79,6 +79,6 @@ Coverage uses `lcov`. If `lcov` is not installed it tries to use `nix` to run
79
`lcov`. If neither is found an error is thrown. Disable coverage with
80
`-D<PROJECT_NAME>_ENABLE_COVERAGE=NO` (off by default in release mode).
81
82
-```
+```sh
83
cmake --build build -t coverage_<project_name>_test
84
```
0 commit comments