Closed marc-white closed 1 day ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.89%. Comparing base (
008b280
) to head (16c09cf
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Fixes #263 .
The issue was a stray
get_catalog_fp()
call that hadn't been converted correctly to a reference tobuild_base_path
.PR also includes a test for when the
catalog.yaml
is stored separately to the data directories, and where existing 'version directories' are in the catalog directory (these shouldn't be found/considered).