BobAnkh / auto-generate-changelog

A Github Action to generate CHANGELOG automatically according to conventional commits. Feel free to contribute!
Apache License 2.0
80 stars 22 forks source link

perf(image): speed up runtime #109

Closed joundso closed 1 year ago

joundso commented 1 year ago

removed entrypoint.sh and speeded up runtime by pre-installing requirements in the image build process

Types of changes

Checklist

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (2508941) 24.86% compared to head (f8baaf3) 24.86%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #109 +/- ## ======================================= Coverage 24.86% 24.86% ======================================= Files 2 2 Lines 382 382 ======================================= Hits 95 95 Misses 287 287 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

BobAnkh commented 1 year ago

@joundso Thanks! This optimization is awesome.