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

chore: add version comment to output config #42

Closed KyleTryon closed 3 years ago

KyleTryon commented 3 years ago

Adds the following comment to the top of all generated configs:

# This configuration has been automatically generated by the CircleCI Config SDK.
# For more information, see https://github.com/CircleCI-Public/circleci-config-sdk-ts
# SDK Version: ${SDKVersion}
codecov[bot] commented 3 years ago

Codecov Report

Merging #42 (ca1080c) into main (f88b8cf) will increase coverage by 0.04%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #42      +/-   ##
==========================================
+ Coverage   95.75%   95.80%   +0.04%     
==========================================
  Files          30       30              
  Lines         259      262       +3     
  Branches       28       28              
==========================================
+ Hits          248      251       +3     
  Misses          7        7              
  Partials        4        4              
Impacted Files Coverage Δ
src/lib/Config/index.ts 94.59% <100.00%> (+0.47%) :arrow_up:

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 f88b8cf...ca1080c. Read the comment docs.