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

Removing usage from os.path #525

Closed christophe-david closed 1 month ago

christophe-david commented 1 month ago

This PR finishes the job initiated in #522 to use pathlib instead of os.path.

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 94.88636% with 9 lines in your changes missing coverage. Please review.

Project coverage is 84.48%. Comparing base (4255ce1) to head (b915147).

Files Patch % Lines
src/fastoad/cmd/api.py 80.95% 6 Missing and 2 partials :warning:
src/fastoad/io/configuration/configuration.py 98.50% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #525 +/- ## ========================================== - Coverage 84.54% 84.48% -0.07% ========================================== Files 138 138 Lines 6304 6309 +5 Branches 909 906 -3 ========================================== Hits 5330 5330 - Misses 818 823 +5 Partials 156 156 ```

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