Skip to content

Commit

Permalink
Fixed VSTest doc incorrect dotnet switch reference (coverlet-coverage…
Browse files Browse the repository at this point in the history
  • Loading branch information
mikey-t authored Nov 7, 2023
1 parent c62fe09 commit c309dab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Documentation/VSTestIntegration.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ Total tests: 1
Total time: 2,5451 Seconds
```

You can change the position of files using standard `dotnet test` switch `[-r|--results-directory]`
You can change the output directory using the standard `dotnet test` switch `--results-directory`

>*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*
## Coverlet options supported by VSTest integration
Expand Down

0 comments on commit c309dab

Please sign in to comment.