ekkeee
ekkeee

Reputation: 137

Xcode does not show what is covered by tests

I know that the Xcode should highlight in green and number how many tests have been written for my method and in red where there are no tests.

Where can I enable this?

enter image description here

Upvotes: 0

Views: 577

Answers (1)

David Pasztor
David Pasztor

Reputation: 54706

You need to click on the "Adjust Editor Options" button (right hand side of the currently opened Xcode minitab), then you'll see the "Code Coverage" option.

code coverage

Upvotes: 3

Related Questions