From a836033a02fd9d58b3a7f2fdc59da9219e0156a8 Mon Sep 17 00:00:00 2001 From: Arjen Post Date: Sat, 24 Mar 2018 06:30:18 +0100 Subject: [PATCH] codecov fixes --- .appveyor.yml | 2 +- src/protobuf-net-data/protobuf-net-data.csproj | 2 ++ test/protobuf-net-data.Tests/protobuf-net-data.Tests.csproj | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 2b2222d..543c0dc 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -115,7 +115,7 @@ after_test: Execute-Action "generating code coverage report" { msbuild -p:Configuration=$env:CONFIGURATION -v:m -p:codecov=true - OpenCover.Console.exe -target:"$env:XUNIT20/xunit.console.x86.exe" -targetargs:"test/$env:APPVEYOR_PROJECT_NAME.Tests/bin/$env:CONFIGURATION/net471/$env:APPVEYOR_PROJECT_NAME.Tests.dll -noshadow" -register:user -filter:"+[*]* -[$env:APPVEYOR_PROJECT_NAME.Tests]* -[$env:APPVEYOR_PROJECT_NAME.Samples]*" -hideskipped:All -output:"./coverage.xml" + OpenCover.Console.exe -target:"$env:XUNIT20/xunit.console.x86.exe" -targetargs:"test/$env:APPVEYOR_PROJECT_NAME.Tests/bin/$env:CONFIGURATION/net45/$env:APPVEYOR_PROJECT_NAME.Tests.dll -noshadow" -register:user -filter:"+[*]* -[$env:APPVEYOR_PROJECT_NAME.Tests]* -[$env:APPVEYOR_PROJECT_NAME.Samples]*" -hideskipped:All -output:"./coverage.xml" } - ps: | diff --git a/src/protobuf-net-data/protobuf-net-data.csproj b/src/protobuf-net-data/protobuf-net-data.csproj index 61eff24..e3a648f 100644 --- a/src/protobuf-net-data/protobuf-net-data.csproj +++ b/src/protobuf-net-data/protobuf-net-data.csproj @@ -1,6 +1,8 @@ + full + pdbonly true net20;net30;net35;net40;net45;netstandard2.0 true diff --git a/test/protobuf-net-data.Tests/protobuf-net-data.Tests.csproj b/test/protobuf-net-data.Tests/protobuf-net-data.Tests.csproj index 03727a5..9cfbf13 100644 --- a/test/protobuf-net-data.Tests/protobuf-net-data.Tests.csproj +++ b/test/protobuf-net-data.Tests/protobuf-net-data.Tests.csproj @@ -1,6 +1,7 @@ + full false net471 true