You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously it was "View -> Pads -> Coverage" but when I check on Visual Studio for Mac 8.9.9 (build 3), it's under "View -> Other Windows -> Coverage".
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Any future updates to the extension should show up in the `Updates` tab of the E
22
22
23
23
## Usage
24
24
25
-
You can access the Coverage pad through `View -> Pads -> Coverage`.
25
+
You can access the Coverage pad through `View -> Other Windows -> Coverage`.
26
26
27
27
Select any test project that is currently open in the workspace using the dropdown menu and hit `Gather Coverage`.
28
28
Your test project should start running. When complete, line and branch coverage results for each covered project are shown on the pad as well as in margins for any editors that you have open.
@@ -62,4 +62,4 @@ Big thanks to [David Karlas](https://developercommunity.visualstudio.com/users/2
62
62
63
63
This project is licensed under the MIT License - [full details](LICENSE.md).
64
64
65
-
See also [coverlet's licence](https://github.com/tonerdo/coverlet/blob/master/LICENSE).
65
+
See also [coverlet's licence](https://github.com/tonerdo/coverlet/blob/master/LICENSE).
0 commit comments