Vauxoo / travis2docker

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

[REV] add .travis.yml back #207

Open antonag32 opened 1 year ago

antonag32 commented 1 year ago

Previous CI and tox runs apparently lied. This is because tests run against the main branch upstream, and not against the source code.

This generates false positives/negatives that are only found when a merge completes but spending time fixing it is not a priority as of now. Therefore the quickfix of adding the file back has been chosen.

codecov-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (485b1e8) 79.29% compared to head (9f53ac6) 79.29%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #207 +/- ## ======================================= Coverage 79.29% 79.29% ======================================= Files 7 7 Lines 594 594 Branches 108 108 ======================================= Hits 471 471 Misses 90 90 Partials 33 33 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

antonag32 commented 1 year ago

Does not look like it but this should fix the CI. I tested it on a fork (had to point the URL to it): https://github.com/antonag32/travis2docker/actions/runs/6125025754