Switch Fleet-maintained apps to use manifest-based structure - #27201
Merged
Conversation
…amespace Still need to move the files into the new directory and delete the old files
TODO: Refactoring, test updates
iansltx
force-pushed
the
26082-fma-win-import
branch
from
March 18, 2025 04:31
7d54ef1 to
83a24d9
Compare
4 tasks
Winds up being a bit of an end-to-end test, but...should be fine?
jahzielv
reviewed
Mar 21, 2025
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #27201 +/- ##
==========================================
- Coverage 63.83% 63.78% -0.05%
==========================================
Files 1737 1737
Lines 165290 165138 -152
Branches 4429 4429
==========================================
- Hits 105507 105340 -167
- Misses 51563 51570 +7
- Partials 8220 8228 +8
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
7 tasks
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.
For #26082.
Checklist for submitter
If some of the following don't apply, delete the relevant line.
SELECT *is avoided, SQL injection is prevented (using placeholders for values in statements)COLLATE utf8mb4_unicode_ci).