[CI test] Check current pipeline failures - #7675
Closed
matouskozak wants to merge 1 commit into
Closed
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR is a CI-trigger-only change intended to exercise the current PR pipeline and observe active failures, without altering runtime behavior in ML.NET.
Changes:
- Adds a single comment to annotate the
InternalsVisibleToblock for test assemblies inMicrosoft.ML.Core.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7675 +/- ##
==========================================
+ Coverage 69.59% 69.76% +0.17%
==========================================
Files 1484 1486 +2
Lines 273606 275790 +2184
Branches 27949 28199 +250
==========================================
+ Hits 190410 192414 +2004
- Misses 75832 75916 +84
- Partials 7364 7460 +96
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Trigger the current pull request CI to identify active failures.
Change
Adds a documentation-only comment in
Microsoft.ML.Corewith no runtime behavior change.This PR is for CI investigation only and should not be merged.