Skip to content

Commit

Permalink
Revert "Add Coverlet"
Browse files Browse the repository at this point in the history
This reverts commit 255d9dc.
  • Loading branch information
sliekens committed Jun 15, 2019
1 parent 1633a73 commit 0a14c17
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions GW2SDK.Tests/GW2SDK.Tests.csproj
Expand Up @@ -7,10 +7,6 @@
</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
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Expand Up @@ -36,7 +36,7 @@ steps:
- task: DotNetCoreCLI@2
inputs:
command: 'test'
arguments: '--configuration $(BuildConfiguration) --collect:"XPlat Code Coverage"'
arguments: '--configuration $(BuildConfiguration)'
displayName: 'Test All Projects'
- task: DotNetCoreCLI@2
inputs:
Expand Down

0 comments on commit 0a14c17

Please sign in to comment.