Skip to content

add prefix normalization

186f26a
Select commit
Loading
Failed to load commit list.
Open

Prefix remapper #84

add prefix normalization
186f26a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 28, 2026 in 0s

47.54% (-5.16%) compared to e6b3b2f

View this Pull Request on Codecov

47.54% (-5.16%) compared to e6b3b2f

Details

Codecov Report

❌ Patch coverage is 0% with 331 lines in your changes missing coverage. Please review.
✅ Project coverage is 47.54%. Comparing base (e6b3b2f) to head (186f26a).
⚠️ Report is 24 commits behind head on develop.

Files with missing lines Patch % Lines
...rc/cdm_data_loader_utils/parsers/prefix_mapping.py 0.00% 93 Missing ⚠️
...a_loader_utils/parsers/prefix_governance_report.py 0.00% 88 Missing ⚠️
src/cdm_data_loader_utils/parsers/prefix_audit.py 0.00% 78 Missing ⚠️
...dm_data_loader_utils/parsers/prefix_transformer.py 0.00% 46 Missing ⚠️
...cdm_data_loader_utils/parsers/prefix_normalizer.py 0.00% 26 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #84      +/-   ##
===========================================
- Coverage    52.69%   47.54%   -5.16%     
===========================================
  Files           63       70       +7     
  Lines         3241     3569     +328     
===========================================
- Hits          1708     1697      -11     
- Misses        1533     1872     +339     
Files with missing lines Coverage Δ
...cdm_data_loader_utils/parsers/prefix_normalizer.py 0.00% <0.00%> (ø)
...dm_data_loader_utils/parsers/prefix_transformer.py 0.00% <0.00%> (ø)
src/cdm_data_loader_utils/parsers/prefix_audit.py 0.00% <0.00%> (ø)
...a_loader_utils/parsers/prefix_governance_report.py 0.00% <0.00%> (ø)
...rc/cdm_data_loader_utils/parsers/prefix_mapping.py 0.00% <0.00%> (ø)

... and 10 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.