Closed imagejan closed 1 week ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 92.75%. Comparing base (
02a43e9
) to head (3edb054
). Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Also,
Path(__file__)
leads to incorrect behavior when the environment (and therefore the imported faim_ipa package) is outside the project repository.This can happen when using pixi config with
detached-environments=true
.So, let's use the current working directory instead.