Skip to content

Commit

Permalink
Add Coverlet
Browse files Browse the repository at this point in the history
  • Loading branch information
sliekens committed Jun 15, 2019
1 parent e5c7bf7 commit 49f8e1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions GW2SDK.Tests/GW2SDK.Tests.csproj
Expand Up @@ -7,6 +7,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="coverlet.collector" Version="1.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="2.2.4" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="2.2.0" />
Expand Down
3 changes: 1 addition & 2 deletions azure-pipelines.yml
Expand Up @@ -36,8 +36,7 @@ steps:
- task: DotNetCoreCLI@2
inputs:
command: 'test'
arguments: '--configuration $(BuildConfiguration)'
azureSubscription: 'Azure'
arguments: '--configuration $(BuildConfiguration) --collect:"XPlat Code Coverage"'
displayName: 'Test All Projects'
- task: DotNetCoreCLI@2
inputs:
Expand Down

0 comments on commit 49f8e1a

Please sign in to comment.