Vauxoo / travis2docker

This is a Library to transform travis to docker file
BSD 2-Clause "Simplified" License
13 stars 15 forks source link

[IMP] t2d: Optional VIM install through --build-env-args #165 #176

Closed antonag32 closed 1 year ago

antonag32 commented 1 year ago

Fixes #165

--build-extra-args was mentioned on #164, however looking trough code I also saw --build-env-args which is already being used in code and Dockerfile templates, so I went with that.

codecov-commenter commented 1 year ago

Codecov Report

Base: 83.02% // Head: 83.02% // No change to project coverage :thumbsup:

Coverage data is based on head (eba7fc2) compared to base (b348062). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #176 +/- ## ======================================= Coverage 83.02% 83.02% ======================================= Files 7 7 Lines 589 589 Branches 101 101 ======================================= Hits 489 489 Misses 71 71 Partials 29 29 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Vauxoo). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Vauxoo)

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

moylop260 commented 1 year ago

👍 excellent!

Thank you!