-
Notifications
You must be signed in to change notification settings - Fork 99
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
Remove assets.yaml #7832
Remove assets.yaml #7832
Conversation
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7832 +/- ##
==========================================
- Coverage 61.07% 61.06% -0.01%
==========================================
Files 523 523
Lines 27466 27466
==========================================
- Hits 16774 16772 -2
- Misses 9209 9210 +1
- Partials 1483 1484 +1 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just checking - are there any other related code paths as well that should be cleaned up as well?
|
# Description Cleaning up disabled workflow assets.yaml. ## Type of change - This pull request is a minor refactor, code cleanup, test improvement, or other maintenance task and doesn't change the functionality of Radius (radius-project#7800 ). Fixes: radius-project#7800 Signed-off-by: Reshma Abdul Rahim <[email protected]>
@kachawla I had searched codebase for any reference to assets.yaml and found none. |
Description
Cleaning up disabled workflow assets.yaml.
Type of change
Fixes: #7800