mdolab / openconcept

OpenConcept: A toolkit for conceptual MDAO of aircraft with unconventional propulsion architectures
MIT License
36 stars 32 forks source link

Fix the failing GitHub Actions #67

Closed eytanadler closed 5 months ago

eytanadler commented 5 months ago

Purpose

Fix the GitHub Actions failures on the MacOS builds when setting up Python.

SciPy 1.6.0 wasn't working on the ARM Mac builds, so I've bumped the minimum SciPy version from 1.6.0 to 1.7.0, which now works correctly.

Finally, this has some minor codecov changes that seem to work better now (the main changes were a new token in the OpenConcept secrets and bumping the codecov action to version 4).

Type of change

What types of change is it? Select the appropriate type(s) that describe this PR

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 82.08%. Comparing base (ed14c54) to head (63eecf4).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #67 +/- ## ======================================= Coverage 82.08% 82.08% ======================================= Files 103 103 Lines 10717 10717 ======================================= Hits 8797 8797 Misses 1920 1920 ```

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

lamkina commented 5 months ago

@eytanadler is this ready for a review? The checks are hanging, but it seems that might be what this PR is addressing?

eytanadler commented 5 months ago

Yes it's ready. The checks are hanging because they changed name (1.6.0 -> 1.7.0), so the required ones I have setup are no longer valid. If you're good with these changes I can fix it