Merge pull request #8092 from yennster/patch-3

Fix quotes around gcovr install command for Windows
pull/8112/head
Cruz Monrreal 2018-09-12 20:05:58 -05:00 committed by GitHub
commit 207ea79ba9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ sudo easy_install pip
### Installing covr
Install gcovr code coverage tool globally with `pip install 'gcovr>=4.1'` or using virtualenv:
Install gcovr code coverage tool globally with `pip install "gcovr>=4.1"` or using virtualenv:
#### virtualenv
@ -291,4 +291,4 @@ TEST_F(TestSemaphore, constructor)
**Problem:** virus protection identifies files generated by CMake as malicious and quarantines the files on Windows.
* **Solution**: restore the false positive files from the quarantine.
* **Solution**: restore the false positive files from the quarantine.