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
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -148,8 +148,14 @@ If you're using [Cake Build](https://cakebuild.net) for your build script you ca
148
148
149
149
## Visual Studio Add-In
150
150
151
-
If you're using Visual Studio, you can use the [Fine Code Coverage](https://marketplace.visualstudio.com/items?itemName=FortuneNgwenya.FineCodeCoverage) extension to visualize coverlet output inside Visual Studio while you code.
152
-
Visualization is updated when you run unit tests in inside Visual Studio.
151
+
If you want to visualize coverlet output inside Visual Studio while you code, you can use the following addins depending on your platform.
152
+
153
+
### Windows
154
+
If you're using Visual Studio on Windows, you can use the [Fine Code Coverage](https://marketplace.visualstudio.com/items?itemName=FortuneNgwenya.FineCodeCoverage) extension.
155
+
Visualization is updated when you run unit tests inside Visual Studio.
156
+
157
+
### Mac OS
158
+
If you're using Visual Studio for Mac, you can use the [VSMac-CodeCoverage](https://github.com/ademanuele/VSMac-CodeCoverage) extension.
0 commit comments