mdolab / openconcept

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

Transition to Github Actions #25

Closed bernardopacini closed 3 years ago

bernardopacini commented 3 years ago

Purpose

This change adds Github Actions to begin removing Travis testing. The Github Actions configuration file is in .github/workflows/. Also, this change pins the OpenMDAO version in requirements.txt to match the one tested in travis, the latest version fails the tests.

Type of change

This is a maintenance update.

Testing

Tests pass on personal fork, push to coveralls not tested yet (must come from MDOLab repo).

Checklist

Put an x in the boxes that apply.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 198


Totals Coverage Status
Change from base Build 178: 0.0%
Covered Lines: 3730
Relevant Lines: 4261

💛 - Coveralls
bernardopacini commented 3 years ago

Addresses issue #24

bernardopacini commented 3 years ago

Closing as it is duplicate of #25. PR needed to come from trusted branch, not fork, to trigger a first Github Actions build.