Skip to content

Commit c309dab

Browse files
authored
Fixed VSTest doc incorrect dotnet switch reference (#1549)
1 parent c62fe09 commit c309dab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/VSTestIntegration.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ Total tests: 1
6262
Total time: 2,5451 Seconds
6363
```
6464

65-
You can change the position of files using standard `dotnet test` switch `[-r|--results-directory]`
65+
You can change the output directory using the standard `dotnet test` switch `--results-directory`
66+
6667
>*NB: By design VSTest platform will create your file under a random named folder(guid string) so if you need stable path to load file to some gui report system(i.e. coveralls, codecov, reportgenerator etc..) that doesn't support glob patterns or hierarchical search, you'll need to manually move resulting file to a predictable folder*
6768
6869
## Coverlet options supported by VSTest integration

0 commit comments

Comments
 (0)