From 75c8e0cdcc23c8a38f1b48e54354a34b2d471b6e Mon Sep 17 00:00:00 2001 From: PaulMiami Date: Thu, 30 Jan 2020 07:26:13 -0500 Subject: [PATCH] Fix coverage --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 334beb1..17d1763 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,5 +17,5 @@ install: build: off test_script: - ps: dotnet build .\sample\TestWebApp\TestWebApp.csproj -- ps: dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura /p:CoverletOutput=../../testResults/coverage.xml +- ps: dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura /p:CoverletOutput=../../testResults/coverage.xml /p:Exclude="[PaulMiami.*Test]*" /p:Include="[PaulMiami*]*" /p:ExcludeByAttribute="System.Diagnostics.DebuggerNonUserCodeAttribute" - ps: ./Coverage.ps1 \ No newline at end of file