-
Notifications
You must be signed in to change notification settings - Fork 2
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
[patch] change color when failed #462
Conversation
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more |
Pull Request Test Coverage Report for Build 10954304912Details
💛 - Coveralls |
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 really liked how for the present/missing data you did just the outline -- could we port that to doing the outline in red here and leaving the fill the usual colour?
The end result should be that nodes of different types should have different colours (macros, function nodes, etc.) to improve visual clarity. From a purity perspective, this should absolutely not be a property of the node -- the |
ok it also sounds to me like we should have a possibility to export levels, and it sounds to me like it's something that |
I updated it and also added an example in the top comment. |
Can you clarify this? IMO it's not as clear as "levels" of node -- that makes sense for function vs macro, but not so much for function vs transformer, or for loop vs macro. |
I see what you're saying, but I will disagree; I think it's nice to have some sort of built-in way of visualizing the nodes that comes with the library. It's a common enough operation that I'm disinclined to force people to separately install a second tool to get it done. |
Closes #92
Btw. does it have a particular reason that node has a color?