Closed marcosbento closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 84.54%. Comparing base (
80f8405
) to head (1d9e56b
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Since ecflow is built as a
module
(i.e. a shared library, dynamically loaded by the Python interpreter), the linkage in macOs requires passing flags-undefined
and-dynamic_lookup
. This is handled directly by CMake which, since CMake 3.15, defines a specific targetPython3::Module
to be used when building Python modules.Re ECFLOW-1950