fast-aircraft-design / FAST-OAD

FAST-OAD: An open source framework for rapid Overall Aircraft Design
GNU General Public License v3.0
47 stars 25 forks source link

Fixed case with no configuration file available #417

Closed christophe-david closed 2 years ago

christophe-david commented 2 years ago

Minor change to amend PR #409. With no plugin installed, it is possible to have no configuration file available, and that case was not handled correctly.

Additionally, I take the occasion to try a new settings for cache in GitHub actions. Let's see if it behaves better on Windows now.

codecov[bot] commented 2 years ago

Codecov Report

Merging #417 (c8b0fb1) into master (94a6adf) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #417   +/-   ##
=======================================
  Coverage   92.02%   92.02%           
=======================================
  Files         204      204           
  Lines        8437     8442    +5     
  Branches      921      922    +1     
=======================================
+ Hits         7764     7769    +5     
  Misses        502      502           
  Partials      171      171           
Impacted Files Coverage Δ
src/fastoad/cmd/cli.py 84.70% <ø> (ø)
src/fastoad/module_management/_plugins.py 90.78% <100.00%> (+0.12%) :arrow_up:
src/fastoad/module_management/exceptions.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 94a6adf...c8b0fb1. Read the comment docs.