mirror of https://github.com/ARMmbed/mbed-os.git
Fix quotes around gcovr install command
parent
920db63453
commit
8af0afdd2e
|
@ -45,7 +45,7 @@ sudo easy_install pip
|
||||||
|
|
||||||
### Installing covr
|
### 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
|
#### 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.
|
**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.
|
||||||
|
|
Loading…
Reference in New Issue