-
Notifications
You must be signed in to change notification settings - Fork 27
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
🎨 Serialize Colors as HEX #6839
🎨 Serialize Colors as HEX #6839
Conversation
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.
nice!
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.
thanks
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6839 +/- ##
==========================================
+ Coverage 88.40% 89.50% +1.10%
==========================================
Files 1550 1252 -298
Lines 61749 53015 -8734
Branches 2164 940 -1224
==========================================
- Hits 54588 47452 -7136
+ Misses 6832 5428 -1404
+ Partials 329 135 -194
Continue to review full report in Codecov by Sentry.
|
Quality Gate passedIssues Measures |
What do these changes do?
Colors are now always serialized in HEX format:
Example:
Related issue/s
How to test
Dev-ops checklist