Skip to content

Commit

Permalink
Merge branch 'master' into akvendpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
cheenamalhotra committed Oct 8, 2020
2 parents aa7f7b5 + f49c44d commit 86a4c23
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions BUILDGUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,3 +264,17 @@ There may be times where connection cannot be made to SQL Server, we found below
<TargetsWindows>false</TargetsWindows>
<TargetsUnix>true</TargetsUnix>
```

## Collecting Code Coverage

### Using VSTest

```bash
dotnet test <test_properties...> --collect:"Code Coverage"
```

### Using Coverlet Collector

```bash
dotnet test <test_properties...> --collect:"XPlat Code Coverage"
```

0 comments on commit 86a4c23

Please sign in to comment.