Merged
Conversation
This gives an application to manipulate the color codes. This was done
because the default for SeverityInfo (blue) was difficult to read
when displayed on a console black background.
Contributor
Author
|
Upon further reflection, I changed SeverityInfo blue to ColorBlueBold in the FQdevel branch. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #592 +/- ##
=======================================
Coverage 85.75% 85.75%
=======================================
Files 39 39
Lines 2282 2282
=======================================
Hits 1957 1957
Misses 300 300
Partials 25 25
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:
|
Member
|
This is great, thank you! I'm wondering if we could add an option e.g. |
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.
This gives an application to manipulate the color codes. This was done because the default for SeverityInfo (blue) was difficult to read when displayed on a console black background.
In my case, I'm swapping out SeverityInfo blue with cyan color ("\033[36m") which makes its log output much easier to read.
On a different branch, I'm defining colors for:
but those little color helpers are not in this PR in order to keep it tightly focused to the original. If you want me to include them, your can look at my FQdevel branch and I can fold that into this PR. I just didn't know if you wanted any extra noise in this submission.