Skip to content

Commit 4c1cdf9

Browse files
Update VSTestIntegration.md (#778)
Update VSTestIntegration.md
1 parent cd94598 commit 4c1cdf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/VSTestIntegration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Take a look at our [`HelloWorld`](Examples/VSTest/HelloWorld/HowTo.md) sample.
116116
## How it works
117117

118118
Coverlet integration is implemented with the help of [datacollectors](https://github.com/Microsoft/vstest-docs/blob/master/docs/extensions/datacollector.md).
119-
When we specify `--collect:"XPlat Code Coverage"` vstest platform tries to load coverlet collectors present inside `coverlet.collector.dll`
119+
When we specify `--collect:"XPlat Code Coverage"` vstest platform tries to load coverlet collectors inside `coverlet.collector.dll`
120120

121121
1. Outproc Datacollector : The outproc collector run in a separate process(datacollector.exe/datacollector.dll) than the process in which tests are being executed(testhost*.exe/testhost.dll). This datacollector is responsible for calling into coverlet APIs for instrumenting dlls, collecting coverage results and sending the coverage output file back to test platform.
122122

0 commit comments

Comments
 (0)