Replies: 2 comments 2 replies
-
|
Should this be moved to the maester-action repo? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Another possible way to optimize the output: use collapsible detail sections. For example, see Megalinter's extremely verbose output. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Now that we are approaching 300 tests, we might want to make the Github summary less verbose? What do you think? Also it seems that the Severity is not there in the github summary?
Here are some ideas:
We also might want to order the tests:
Failed+Severity high to low+NamePassed+Severity high to low+NameNameThat would mean we would see the most important issues first, and things we should care less about are a bit scrolling down.
Beta Was this translation helpful? Give feedback.
All reactions