linux-system-roles / storage

Ansible role for linux storage management
https://linux-system-roles.github.io/storage/
MIT License
101 stars 58 forks source link

ci: fix python 2.7 CI tests by manually installing python2.7 package #366

Closed richm closed 1 year ago

richm commented 1 year ago

We use the setup-python github action. This has dropped support for python 2.7. Instead, just manually install the python2.7 package.

Signed-off-by: Rich Megginson rmeggins@redhat.com

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: -2.85 :warning:

Comparison is base (afa04b4) 16.54% compared to head (b7d5219) 13.70%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #366 +/- ## ========================================== - Coverage 16.54% 13.70% -2.85% ========================================== Files 2 8 +6 Lines 284 1729 +1445 Branches 71 71 ========================================== + Hits 47 237 +190 - Misses 237 1492 +1255 ``` | Flag | Coverage Δ | | |---|---|---| | sanity | `16.54% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=linux-system-roles#carryforward-flags-in-the-pull-request-comment) to find out more. [see 7 files with indirect coverage changes](https://app.codecov.io/gh/linux-system-roles/storage/pull/366/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=linux-system-roles)

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