How can I hide the code coverage annotation in Xcode?
Asked Answered
M

3

22

The official documentation shows how to show the code coverage annotation (the bottom two images.) How can I hide it? I tried it by unchecking Code Coverage checkbox, it didn't hide it right after unchecking it, furthermore I mustn't uncheck it as it's enabled in our git repository.

Matejka answered 22/2, 2017 at 7:31 Comment(0)
N
57

You can hide show it from the menubar Editor->Hide Code Coverage

Noddle answered 25/2, 2017 at 13:44 Comment(3)
"Editor->Hide Code Coverage" option is not available in the Version Editor view, switch to the Standard Editor or Assistant Editor views to show/hide code coverage.Publication
Perhaps that's the reason I didn't find it. Thank you!Matejka
Nice 😁 It was killing me :DPeavey
E
3

In Xcode 13.1 it's in View -> Hide Code Review

enter image description here

Exocarp answered 17/11, 2021 at 17:58 Comment(0)
V
1

For my case, I couldn't find it in the Editor menu (Xcode 10.1);

Editor Menu

Found out later that it appeared while working on a new file.

So, if you can't find it, simply right-click on the Sources folder and choose New File, it should then show up as below;

enter image description here

Veroniqueverras answered 17/12, 2018 at 2:29 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.