Vauxoo / travis2docker

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

Fix CI #190

Closed antonag32 closed 1 year ago

antonag32 commented 1 year ago

Fixes the various issues that are currently causing the CI to fail (broken doc link, tests...)

codecov-commenter commented 1 year ago

Codecov Report

Base: 82.74% // Head: 57.02% // Decreases project coverage by -25.71% :warning:

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #190 +/- ## =========================================== - Coverage 82.74% 57.02% -25.72% =========================================== Files 7 7 Lines 591 591 Branches 101 101 =========================================== - Hits 489 337 -152 - Misses 73 218 +145 - Partials 29 36 +7 ``` | [Impacted Files](https://codecov.io/gh/Vauxoo/travis2docker/pull/190?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Vauxoo) | Coverage Δ | | |---|---|---| | [tests/test\_travis2docker.py](https://codecov.io/gh/Vauxoo/travis2docker/pull/190/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Vauxoo#diff-dGVzdHMvdGVzdF90cmF2aXMyZG9ja2VyLnB5) | `24.03% <0.00%> (-75.97%)` | :arrow_down: | | [src/travis2docker/git\_run.py](https://codecov.io/gh/Vauxoo/travis2docker/pull/190/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Vauxoo#diff-c3JjL3RyYXZpczJkb2NrZXIvZ2l0X3J1bi5weQ==) | `27.95% <0.00%> (-38.71%)` | :arrow_down: | | [src/travis2docker/travis2docker.py](https://codecov.io/gh/Vauxoo/travis2docker/pull/190/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Vauxoo#diff-c3JjL3RyYXZpczJkb2NrZXIvdHJhdmlzMmRvY2tlci5weQ==) | `75.17% <0.00%> (-9.66%)` | :arrow_down: | | [src/travis2docker/cli.py](https://codecov.io/gh/Vauxoo/travis2docker/pull/190/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Vauxoo#diff-c3JjL3RyYXZpczJkb2NrZXIvY2xpLnB5) | `66.66% <0.00%> (-9.10%)` | :arrow_down: | 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.

antonag32 commented 1 year ago

I have merged the changes into #189 for easier merging into main.