dotnet / machinelearning

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

[release/3.0] Split out non concurrent test collections. #6947

Closed github-actions[bot] closed 5 months ago

github-actions[bot] commented 5 months ago

Backport of #6937 to release/3.0

/cc @michaelgsharp

Customer Impact

Improves the testing process for PR's to better facilitate us getting PR's out.

Testing

All tests pass with new changes and only test assemblies are changed.

Risk

None, only test assemblies are changed.

codecov[bot] commented 5 months ago

Codecov Report

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

Comparison is base (4f268c7) 68.80% compared to head (4f268c7) 68.80%.

:exclamation: Current head 4f268c7 differs from pull request most recent head ba573cd. Consider uploading reports for the commit ba573cd to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## release/3.0 #6947 +/- ## ============================================ Coverage 68.80% 68.80% ============================================ Files 1240 1240 Lines 249601 249601 Branches 25509 25509 ============================================ Hits 171738 171738 Misses 71262 71262 Partials 6601 6601 ``` | [Flag](https://app.codecov.io/gh/dotnet/machinelearning/pull/6947/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/6947/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | `68.80% <0.00%> (ø)` | | | [production](https://app.codecov.io/gh/dotnet/machinelearning/pull/6947/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | `63.27% <0.00%> (ø)` | | | [test](https://app.codecov.io/gh/dotnet/machinelearning/pull/6947/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | `88.41% <0.00%> (ø)` | | 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.
michaelgsharp commented 5 months ago

Closing so that the bot can fix the conflict now that the arcade changes are in.