feat: print plan summary upfront to executing it#913
Closed
KnisterPeter wants to merge 1 commit intonektos:masterfrom
KnisterPeter:print-plan
Closed
feat: print plan summary upfront to executing it#913KnisterPeter wants to merge 1 commit intonektos:masterfrom KnisterPeter:print-plan
KnisterPeter wants to merge 1 commit intonektos:masterfrom
KnisterPeter:print-plan
Conversation
Codecov Report
@@ Coverage Diff @@
## master #913 +/- ##
==========================================
+ Coverage 49.27% 56.25% +6.98%
==========================================
Files 23 28 +5
Lines 2401 4083 +1682
==========================================
+ Hits 1183 2297 +1114
- Misses 1090 1579 +489
- Partials 128 207 +79
Continue to review full report at Codecov.
|
Member
|
I would like to not have that, since it's visual noise and doesn't help act |
Member
Author
|
Okay, we will then keep in on our side. |
This change will print a toc at debug level upfront to running a workflow. It will help prepare outputs for (e.g. UI) before executing and parsing the log output. Co-authored-by: Philipp Hinrichsen <philipp.hinrichsen@new-work.se>
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 change will print a toc at debug level upfront to running a workflow. It will help prepare outputs for (e.g. UI) before executing and parsing the log output.
We would like to add this to the output of
act, since we are parsing the output with a computer to create a more meaningful output in a website for it. The log boundaries are created to be easily machine parsable.