aboutsummaryrefslogtreecommitdiff
path: root/Timeline.Tests/Timeline.Tests.csproj
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-08-05 17:02:07 +0800
committerGitHub <noreply@github.com>2019-08-05 17:02:07 +0800
commit0c0e0c963458aae3ba9589622fc688388833fa9c (patch)
tree32cc9ef63529532515f737930e307c366c729ca3 /Timeline.Tests/Timeline.Tests.csproj
parent1f40b3363bedfaeba8ca29c9cf895432d7225305 (diff)
parentd5b37e5e686c4b7e66662ea3b10d1dbdd59712b2 (diff)
downloadtimeline-0c0e0c963458aae3ba9589622fc688388833fa9c.tar.gz
timeline-0c0e0c963458aae3ba9589622fc688388833fa9c.tar.bz2
timeline-0c0e0c963458aae3ba9589622fc688388833fa9c.zip
Merge pull request #37 from crupest/code-coverage
Add code coverage.
Diffstat (limited to 'Timeline.Tests/Timeline.Tests.csproj')
-rw-r--r--Timeline.Tests/Timeline.Tests.csproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/Timeline.Tests/Timeline.Tests.csproj b/Timeline.Tests/Timeline.Tests.csproj
index 1a5f2850..854c63ac 100644
--- a/Timeline.Tests/Timeline.Tests.csproj
+++ b/Timeline.Tests/Timeline.Tests.csproj
@@ -5,6 +5,10 @@
</PropertyGroup>
<ItemGroup>
+ <PackageReference Include="coverlet.collector" Version="1.0.1">
+ <PrivateAssets>all</PrivateAssets>
+ <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
+ </PackageReference>
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="2.2.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="2.2.6" />