CircleCI-Public / circleci-config-sdk-ts

Generate CircleCI Configuration YAML from JavaScript or TypeScript. Use Dynamic Configuration and the Config SDK together for live generative config.
https://circleci-public.github.io/circleci-config-sdk-ts/
Apache License 2.0
82 stars 29 forks source link

feat: Parsing stack for more verbose logging #85

Closed Jaryt closed 2 years ago

Jaryt commented 2 years ago
ghost commented 2 years ago
👇 Click on the image for a new way to code review - Make big changes easier — review code in small groups of related files - Know where to start — see the whole change at a glance - Take a code tour — explore the change with an interactive tour - Make comments and review — all fully sync’ed with github [Try it now!](https://app.codesee.io/r/reviews?pr=85&src=https%3A%2F%2Fgithub.com%2FCircleCI-Public%2Fcircleci-config-sdk-ts)

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map Legend

codecov[bot] commented 2 years ago

Codecov Report

Merging #85 (e16c9df) into main (cd44403) will increase coverage by 1.51%. The diff coverage is 90.24%.

@@            Coverage Diff             @@
##             main      #85      +/-   ##
==========================================
+ Coverage   91.57%   93.09%   +1.51%     
==========================================
  Files          91       92       +1     
  Lines         890      912      +22     
  Branches       97       84      -13     
==========================================
+ Hits          815      849      +34     
+ Misses         66       56      -10     
+ Partials        9        7       -2     
Impacted Files Coverage Δ
...nents/Commands/schemas/Native/AddSSHKeys.schema.ts 100.00% <ø> (ø)
...ponents/Commands/schemas/Native/Checkout.schema.ts 100.00% <ø> (ø)
...b/Components/Commands/schemas/Native/Run.schema.ts 100.00% <ø> (ø)
...ommands/schemas/Native/SetupRemoteDocker.schema.ts 100.00% <ø> (ø)
.../Commands/schemas/Reusable/CustomCommand.schema.ts 100.00% <ø> (ø)
...ommands/schemas/Reusable/ReusableCommand.schema.ts 100.00% <ø> (ø)
...ib/Components/Executors/schemas/Executor.schema.ts 100.00% <ø> (ø)
src/lib/Components/Job/schemas/Job.schema.ts 100.00% <ø> (ø)
...lib/Components/Workflow/schemas/Workflow.schema.ts 100.00% <ø> (ø)
.../Components/Workflow/schemas/WorkflowJob.schema.ts 100.00% <ø> (ø)
... and 28 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update cd44403...e16c9df. Read the comment docs.