diff --git a/build.proj b/build.proj index f7f3624679..1d95743b60 100644 --- a/build.proj +++ b/build.proj @@ -38,6 +38,7 @@ $(TraversalBuildDependsOn); DownloadExternalTestFiles; DownloadTensorflowMetaFiles; + DeleteTestHost; @@ -116,6 +117,18 @@ + + + + + + + + + + + diff --git a/build/Codecoverage.proj b/build/Codecoverage.proj index faa9b15c53..03595f7ca8 100644 --- a/build/Codecoverage.proj +++ b/build/Codecoverage.proj @@ -16,8 +16,8 @@ <_ReportGeneratorPath>$(PkgReportGenerator)\tools\net47\ReportGenerator.exe - - + + <_CodecovArgs Include="-f;$(BaseOutputPath)$(PlatformConfig)\coverage\Cobertura.xml" /> diff --git a/build/Dependencies.props b/build/Dependencies.props index 9024a0d840..903b984a40 100644 --- a/build/Dependencies.props +++ b/build/Dependencies.props @@ -43,7 +43,7 @@ 1.0.0-beta-62824-02 1.9.0 - 2.7.0 + 1.2.1 4.3.6 1.0.0-beta.19225.5 diff --git a/test/Directory.Build.props b/test/Directory.Build.props index 68034bc2eb..14a05ed538 100644 --- a/test/Directory.Build.props +++ b/test/Directory.Build.props @@ -27,14 +27,14 @@ - + - + @@ -54,22 +54,4 @@ - - - true - - true - true - true - opencover - $(BaseOutputPath)$(PlatformConfig)\coverage\$(MSBuildProjectName).coverage - [Microsoft.ML.*]* - - [*]Microsoft.ML.*Contracts*,[*]Microsoft.ML.Internal.Utilities*,[*]Microsoft.ML.Data.VBuffer* - Obsolete,ExcludeFromCodeCoverage - $(RepoRoot)src\Microsoft.ML.OnnxConverter\OnnxMl.cs,$(RepoRoot)src\Microsoft.ML.TensorFlow\TensorFlow\Buffer.cs,$(RepoRoot)src\Microsoft.ML.TensorFlow\TensorFlow\Tensor.cs,$(RepoRoot)src\Microsoft.ML.TensorFlow\TensorFlow\Tensorflow.cs - - diff --git a/test/coverlet.runsettings b/test/coverlet.runsettings new file mode 100644 index 0000000000..7d3ce8b280 --- /dev/null +++ b/test/coverlet.runsettings @@ -0,0 +1,18 @@ + + + + + + + opencover + [*]Microsoft.ML.*Contracts*,[*]Microsoft.ML.Internal.Utilities*,[*]Microsoft.ML.Data.VBuffer* + [Microsoft.ML.*]* + Obsolete,ExcludeFromCodeCoverage + $(RepoRoot)src\Microsoft.ML.OnnxConverter\OnnxMl.cs,$(RepoRoot)src\Microsoft.ML.TensorFlow\TensorFlow\Buffer.cs,$(RepoRoot)src\Microsoft.ML.TensorFlow\TensorFlow\Tensor.cs,$(RepoRoot)src\Microsoft.ML.TensorFlow\TensorFlow\Tensorflow.cs + true + true + + + + + diff --git a/test/run-tests.proj b/test/run-tests.proj index ee827ef41c..235f1402f2 100644 --- a/test/run-tests.proj +++ b/test/run-tests.proj @@ -8,7 +8,12 @@ - +