Skip to content

Commit 8af0afd

Browse files
author
Jenny Plunkett
authored
Fix quotes around gcovr install command
1 parent 920db63 commit 8af0afd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UNITTESTS/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ sudo easy_install pip
4545

4646
### Installing covr
4747

48-
Install gcovr code coverage tool globally with `pip install 'gcovr>=4.1'` or using virtualenv:
48+
Install gcovr code coverage tool globally with `pip install "gcovr>=4.1"` or using virtualenv:
4949

5050
#### virtualenv
5151

@@ -291,4 +291,4 @@ TEST_F(TestSemaphore, constructor)
291291

292292
**Problem:** virus protection identifies files generated by CMake as malicious and quarantines the files on Windows.
293293

294-
* **Solution**: restore the false positive files from the quarantine.
294+
* **Solution**: restore the false positive files from the quarantine.

0 commit comments

Comments
 (0)