Skip to content

Commit 207ea79

Browse files
author
Cruz Monrreal
authored
Merge pull request #8092 from yennster/patch-3
Fix quotes around gcovr install command for Windows
2 parents c6fef82 + 8af0afd commit 207ea79

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)