Skip to content

fixing spark session pollution issue... or trying to

b9900c2
Select commit
Loading
Failed to load commit list.
Merged

First draft of idmapping.py #72

fixing spark session pollution issue... or trying to
b9900c2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 28, 2026 in 1s

52.67% (+1.49%) compared to 2db2ff5

View this Pull Request on Codecov

52.67% (+1.49%) compared to 2db2ff5

Details

Codecov Report

❌ Patch coverage is 77.54011% with 42 lines in your changes missing coverage. Please review.
✅ Project coverage is 52.67%. Comparing base (2db2ff5) to head (b9900c2).
⚠️ Report is 1 commits behind head on develop.

Files with missing lines Patch % Lines
src/cdm_data_loader_utils/utils/minio.py 30.23% 30 Missing ⚠️
...cdm_data_loader_utils/parsers/uniprot/idmapping.py 85.36% 6 Missing ⚠️
.../cdm_data_loader_utils/parsers/uniprot/metalink.py 90.74% 5 Missing ⚠️
.../cdm_data_loader_utils/parsers/uniprot/relnotes.py 97.87% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #72      +/-   ##
===========================================
+ Coverage    51.18%   52.67%   +1.49%     
===========================================
  Files           59       63       +4     
  Lines         3048     3233     +185     
===========================================
+ Hits          1560     1703     +143     
- Misses        1488     1530      +42     
Files with missing lines Coverage Δ
src/cdm_data_loader_utils/parsers/uniprotkb.py 57.18% <ø> (ø)
...m_data_loader_utils/utils/download/async_client.py 100.00% <100.00%> (ø)
...dm_data_loader_utils/utils/download/sync_client.py 100.00% <100.00%> (ø)
.../cdm_data_loader_utils/parsers/uniprot/relnotes.py 97.87% <97.87%> (ø)
.../cdm_data_loader_utils/parsers/uniprot/metalink.py 90.74% <90.74%> (ø)
...cdm_data_loader_utils/parsers/uniprot/idmapping.py 85.36% <85.36%> (ø)
src/cdm_data_loader_utils/utils/minio.py 30.23% <30.23%> (ø)

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 24cc1aa...b9900c2. Read the comment docs.

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