From 4b7caaa4eb2da6bf91f7749e81cc30cdcd5b0855 Mon Sep 17 00:00:00 2001 From: Olivia Date: Mon, 19 Dec 2016 12:53:56 +0100 Subject: [PATCH] Enable Visual Studio code coverage. --- tests/ImageSharp.Tests/project.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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": {}