Skip to content

Commit 201ba16

Browse files
authored
Coverage Pad access step fix
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".
1 parent b63f768 commit 201ba16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Any future updates to the extension should show up in the `Updates` tab of the E
2222

2323
## Usage
2424

25-
You can access the Coverage pad through `View -> Pads -> Coverage`.
25+
You can access the Coverage pad through `View -> Other Windows -> Coverage`.
2626

2727
Select any test project that is currently open in the workspace using the dropdown menu and hit `Gather Coverage`.
2828
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
6262

6363
This project is licensed under the MIT License - [full details](LICENSE.md).
6464

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

Comments
 (0)