Skip to content

Commit

Permalink
Update Coverlet version
Browse files Browse the repository at this point in the history
  • Loading branch information
henkmollema committed Nov 2, 2018
1 parent 1af13b6 commit a512017
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ nuget.exe
.build/
*.ldf
/test/StartupModules.Tests/coverage
/test/StartupModules.Tests/coverage.json
/test/StartupModules.Tests/coverage.json
test/StartupModules.Tests/coverage.opencover.xml
2 changes: 1 addition & 1 deletion src/StartupModules/StartupModules.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageLicenseUrl>https://github.com/henkmollema/StartupModules/blob/master/LICENSE</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/henkmollema/StartupModules</RepositoryUrl>
<DebugType>embedded</DebugType>
<DebugType>full</DebugType>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
Expand Down
7 changes: 6 additions & 1 deletion test/StartupModules.Tests/StartupModules.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\StartupModules\StartupModules.csproj" />
<PackageReference Include="coverlet.msbuild" Version="1.2.0" />
<!--
Create CodeCoverage report with:
dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
reportgenerator -reports:coverage.opencover.xml
-->
<PackageReference Include="coverlet.msbuild" Version="2.3.1" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="2.1.3" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="2.1.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
Expand Down

0 comments on commit a512017

Please sign in to comment.