dotnet / machinelearning

ML.NET is an open source and cross-platform machine learning framework for .NET.
https://dot.net/ml
MIT License
9.05k stars 1.88k forks source link

[release/4.0] Updated remote executor #7299

Closed github-actions[bot] closed 1 week ago

github-actions[bot] commented 1 week ago

Backport of #7295 to release/4.0

/cc @michaelgsharp

Customer Impact

Testing

Risk

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 68.90%. Comparing base (2a879f6) to head (f8ce538). Report is 2 commits behind head on release/4.0.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## release/4.0 #7299 +/- ## =============================================== + Coverage 68.87% 68.90% +0.02% =============================================== Files 1469 1466 -3 Lines 273989 273821 -168 Branches 28389 28368 -21 =============================================== - Hits 188718 188669 -49 + Misses 77963 77840 -123 - Partials 7308 7312 +4 ``` | [Flag](https://app.codecov.io/gh/dotnet/machinelearning/pull/7299/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | Coverage Δ | | |---|---|---| | [Debug](https://app.codecov.io/gh/dotnet/machinelearning/pull/7299/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | `68.90% <100.00%> (+0.02%)` | :arrow_up: | | [production](https://app.codecov.io/gh/dotnet/machinelearning/pull/7299/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | `63.31% <ø> (-0.02%)` | :arrow_down: | | [test](https://app.codecov.io/gh/dotnet/machinelearning/pull/7299/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | `89.42% <100.00%> (+0.24%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet#carryforward-flags-in-the-pull-request-comment) to find out more. | [Files with missing lines](https://app.codecov.io/gh/dotnet/machinelearning/pull/7299?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | Coverage Δ | | |---|---|---| | [test/Microsoft.ML.CpuMath.UnitTests/UnitTests.cs](https://app.codecov.io/gh/dotnet/machinelearning/pull/7299?src=pr&el=tree&filepath=test%2FMicrosoft.ML.CpuMath.UnitTests%2FUnitTests.cs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet#diff-dGVzdC9NaWNyb3NvZnQuTUwuQ3B1TWF0aC5Vbml0VGVzdHMvVW5pdFRlc3RzLmNz) | `95.70% <100.00%> (ø)` | | ... and [9 files with indirect coverage changes](https://app.codecov.io/gh/dotnet/machinelearning/pull/7299/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet)
michaelgsharp commented 1 week ago

Merging on red since the only test failures are known test failures and we don't have the repo set up correctly for Build Analysis to be able to bypass it.