-
Notifications
You must be signed in to change notification settings - Fork 89
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
[backend/frontend] Command Details in execution traces (#1232) #1449
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1449 +/- ##
============================================
+ Coverage 31.34% 32.24% +0.90%
- Complexity 1408 1451 +43
============================================
Files 531 532 +1
Lines 13751 13798 +47
Branches 815 821 +6
============================================
+ Hits 4310 4449 +139
+ Misses 9241 9143 -98
- Partials 200 206 +6 ☔ View full report in Codecov by Sentry. |
Should rename your migration fille to 3.37 as 3.35 and 3.36 were merged on master |
1088729
to
9d1fadb
Compare
'pre.light': { | ||
fontFamily: 'Consolas, monaco, monospace', | ||
background: `${nav || '#071a2e'} !important`, | ||
}, |
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.
Not used anymore ?
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.
I couldn't find it in the code and there are two files to manage the themes (there is a pre "light" in ThemeLight.ts)
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.
Signed-off-by: Damien Goujard <[email protected]>
Proposed changes
Related issues
Checklist