Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #7203 #7207

Merged
merged 1 commit into from
Aug 2, 2024
Merged

Fix #7203 #7207

merged 1 commit into from
Aug 2, 2024

Conversation

LittleLittleCloud
Copy link
Contributor

We are excited to review your PR.

So we can do the best job, please check:

  • There's a descriptive title that will make sense to other developers some time from now.
  • There's associated issues. All PR's should have issue(s) associated - unless a trivial self-evident change such as fixing a typo. You can use the format Fixes #nnnn in your description to cause GitHub to automatically close the issue(s) when your PR is merged.
  • Your change description explains what the change does, why you chose your approach, and anything else that reviewers should know.
  • You have included any necessary tests in the same PR.

fix #7203

Copy link

codecov bot commented Aug 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.90%. Comparing base (6d1f7e2) to head (a7e0f85).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7207   +/-   ##
=======================================
  Coverage   68.90%   68.90%           
=======================================
  Files        1441     1441           
  Lines      270828   270829    +1     
  Branches    28019    28019           
=======================================
+ Hits       186621   186622    +1     
+ Misses      77004    77003    -1     
- Partials     7203     7204    +1     
Flag Coverage Δ
Debug 68.90% <100.00%> (+<0.01%) ⬆️
production 63.43% <ø> (ø)
test 89.02% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
...Microsoft.ML.AutoML.Tests/AutoMLExperimentTests.cs 84.40% <100.00%> (+0.04%) ⬆️

... and 3 files with indirect coverage changes

@michaelgsharp michaelgsharp merged commit 9ffb3a3 into dotnet:main Aug 2, 2024
25 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Sep 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AutoMLExperiment_finish_training_when_time_is_up_Async
2 participants