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] Fixing tokenizers version #7310

Closed github-actions[bot] closed 1 week ago

github-actions[bot] commented 1 week ago

Backport of #7309 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.88%. Comparing base (1b70381) to head (4578e7a). Report is 1 commits behind head on release/4.0.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## release/4.0 #7310 +/- ## ============================================ Coverage 68.87% 68.88% ============================================ Files 1470 1470 Lines 274005 274005 Branches 28403 28403 ============================================ + Hits 188723 188750 +27 + Misses 77966 77937 -29 - Partials 7316 7318 +2 ``` | [Flag](https://app.codecov.io/gh/dotnet/machinelearning/pull/7310/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/7310/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | `68.88% <ø> (+<0.01%)` | :arrow_up: | | [production](https://app.codecov.io/gh/dotnet/machinelearning/pull/7310/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | `63.30% <ø> (+0.01%)` | :arrow_up: | | [test](https://app.codecov.io/gh/dotnet/machinelearning/pull/7310/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | `89.40% <ø> (ø)` | | 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. [see 9 files with indirect coverage changes](https://app.codecov.io/gh/dotnet/machinelearning/pull/7310/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 failure is a known unrelated issue and we don't have Build Analysis set up correctly to make it green.