From 8cc74903451c3bb338ea2284eb2acdbc20a55730 Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Sun, 10 Mar 2019 10:54:39 -0500 Subject: [PATCH] Only include SourceLink source in coverage report --- build/Codecoverage.proj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Codecoverage.proj b/build/Codecoverage.proj index e0b3355aa1f..d3104dd19b1 100644 --- a/build/Codecoverage.proj +++ b/build/Codecoverage.proj @@ -17,8 +17,8 @@ <_BranchName Condition="'$(_BranchName)' == ''">$(BUILD_SOURCEBRANCHNAME) - - + + <_CodecovArgs Include="-f;$(BaseOutputPath)$(PlatformConfig)\coverage\Cobertura.xml" />