diff --git a/CodeCoverage.runsettings b/CodeCoverage.runsettings new file mode 100644 index 000000000..d9c0848f1 --- /dev/null +++ b/CodeCoverage.runsettings @@ -0,0 +1,22 @@ + + + + + + + + + + .*ImageSharp.dll + + + .*tests* + .*Tests* + + + + + + + + \ No newline at end of file diff --git a/ImageSharp.sln b/ImageSharp.sln index abf624293..545f9fac3 100644 --- a/ImageSharp.sln +++ b/ImageSharp.sln @@ -14,6 +14,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionIt build\appveyor-project-version-patch.js = build\appveyor-project-version-patch.js build\appveyor-semver.ps1 = build\appveyor-semver.ps1 appveyor.yml = appveyor.yml + CodeCoverage.runsettings = CodeCoverage.runsettings build\dotnet-latest.ps1 = build\dotnet-latest.ps1 global.json = global.json build\package.json = build\package.json diff --git a/tests/ImageSharp.Tests/project.json b/tests/ImageSharp.Tests/project.json index 798a48be1..cdf1aa61f 100644 --- a/tests/ImageSharp.Tests/project.json +++ b/tests/ImageSharp.Tests/project.json @@ -23,7 +23,8 @@ "Microsoft.NETCore.App": { "type": "platform", "version": "1.0.0-*" - } + }, + "Microsoft.CodeCoverage": "1.0.2" } }, "net451": {}