-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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: Code cleanup on quoted attributes #25783
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
Quality Gate passedIssues Measures |
Builds ready [284f7fa]
Page Load Metrics (156 ± 161 ms)
Bundle size diffs
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #25783 +/- ##
===========================================
+ Coverage 69.77% 69.96% +0.19%
===========================================
Files 1376 1390 +14
Lines 48403 48895 +492
Branches 13348 13451 +103
===========================================
+ Hits 33773 34207 +434
- Misses 14630 14688 +58 ☔ View full report in Codecov by Sentry. |
Description
There are a number of places where we're using
{'STRING'}
where we don't need to. This PR cleans up those cases.Related issues
Fixes: N/A
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist