mdolab / openconcept

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

Fix the failed GHA build #58

Closed eytanadler closed 10 months ago

eytanadler commented 10 months ago

Purpose

The recent GitHub Actions build failed, I believe because of something to do with the OpenAeroStruct online surrogate model component. My hunch is that, because the training data is generated in parallel with separate OpenMDAO Problems, the parallel problems are overwriting each other's reports. I turned off reports for these problems to hopefully fix it.

Type of change

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

Testing

Explain the steps needed to test the new code to verify that it does indeed address the issue and produce the expected behavior.

Checklist

Put an x in the boxes that apply.

codecov[bot] commented 10 months ago

Codecov Report

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

Comparison is base (6c90acb) 79.99% compared to head (bf69d98) 79.99%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #58 +/- ## ======================================= Coverage 79.99% 79.99% ======================================= Files 85 85 Lines 9297 9297 ======================================= Hits 7437 7437 Misses 1860 1860 ```

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