Skip to content

Comments

Merge develop => main#88

Merged
ialarmedalien merged 59 commits intomainfrom
develop
Feb 23, 2026
Merged

Merge develop => main#88
ialarmedalien merged 59 commits intomainfrom
develop

Conversation

@ialarmedalien
Copy link
Collaborator

Description of PR purpose/changes

  • Please include a summary of the change and which issue is fixed.
  • Please also include relevant motivation and context.
  • List any dependencies that are required for this change.

Testing Instructions

  • Details for how to test the PR:
  • Tests pass locally and in GitHub Actions

Dev Checklist:

  • My code follows the guidelines at https://sites.google.com/lbl.gov/trussresources/home?authuser=0
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have run Ruff format to format my code
  • I have run Ruff check and fixed any errors that it uncovered
  • Any dependent changes have been merged and published in downstream modules

Updating Version and Release Notes (if applicable)

ialarmedalien and others added 30 commits December 11, 2025 10:06
add audit and validator components
Bumps the uv group with 1 update in the / directory: [python-multipart](https://github.com/Kludex/python-multipart).


Updates `python-multipart` from 0.0.21 to 0.0.22
- [Release notes](https://github.com/Kludex/python-multipart/releases)
- [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md)
- [Commits](Kludex/python-multipart@0.0.21...0.0.22)

---
updated-dependencies:
- dependency-name: python-multipart
  dependency-version: 0.0.22
  dependency-type: indirect
  dependency-group: uv
...

Signed-off-by: dependabot[bot] <support@github.com>
Bump python-multipart from 0.0.21 to 0.0.22 in the uv group across 1 directory
ialarmedalien and others added 28 commits January 27, 2026 11:05
First draft of idmapping.py
Adding CLI to idmapping script
A couple of corrections to the pyproject file: moving berdl-notebook-…
Update path for genome loader in README
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
removing accidental inclusion of function
@codecov
Copy link

codecov bot commented Feb 23, 2026

Codecov Report

❌ Patch coverage is 73.46774% with 329 lines in your changes missing coverage. Please review.
✅ Project coverage is 52.40%. Comparing base (7832989) to head (6eb97a6).
⚠️ Report is 84 commits behind head on main.

Files with missing lines Patch % Lines
src/cdm_data_loader_utils/utils/minio.py 15.88% 90 Missing ⚠️
src/cdm_data_loader_utils/utils/xml_utils.py 37.50% 60 Missing ⚠️
...cdm_data_loader_utils/pipelines/uniref_pipeline.py 0.00% 56 Missing ⚠️
...data_loader_utils/pipelines/uniprot_kb_pipeline.py 0.00% 54 Missing ⚠️
src/cdm_data_loader_utils/utils/spark_delta.py 82.41% 16 Missing ⚠️
...dm_data_loader_utils/parsers/uniprot/uniprot_kb.py 90.19% 15 Missing ⚠️
...cdm_data_loader_utils/parsers/uniprot/idmapping.py 79.54% 9 Missing ⚠️
src/cdm_data_loader_utils/utils/cdm_logger.py 79.06% 9 Missing ⚠️
.../cdm_data_loader_utils/parsers/uniprot/metalink.py 90.74% 5 Missing ⚠️
...rc/cdm_data_loader_utils/parsers/uniprot/uniref.py 91.66% 5 Missing ⚠️
... and 4 more
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             main      #88       +/-   ##
===========================================
- Coverage   86.97%   52.40%   -34.57%     
===========================================
  Files           9       65       +56     
  Lines         599     3238     +2639     
===========================================
+ Hits          521     1697     +1176     
- Misses         78     1541     +1463     
Files with missing lines Coverage Δ
src/cdm_data_loader_utils/audit/checkpoint.py 100.00% <100.00%> (ø)
src/cdm_data_loader_utils/audit/metrics.py 100.00% <100.00%> (ø)
src/cdm_data_loader_utils/audit/rejects.py 100.00% <100.00%> (ø)
src/cdm_data_loader_utils/audit/run.py 100.00% <100.00%> (ø)
src/cdm_data_loader_utils/audit/schema.py 100.00% <100.00%> (ø)
src/cdm_data_loader_utils/core/constants.py 100.00% <100.00%> (ø)
src/cdm_data_loader_utils/core/pipeline_run.py 100.00% <100.00%> (ø)
src/cdm_data_loader_utils/parsers/checkm2.py 100.00% <100.00%> (ø)
...m_data_loader_utils/utils/download/async_client.py 100.00% <100.00%> (ø)
src/cdm_data_loader_utils/utils/download/core.py 100.00% <100.00%> (ø)
... and 18 more

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 da08e82...6eb97a6. Read the comment docs.

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

@ialarmedalien ialarmedalien merged commit 7d21cf2 into main Feb 23, 2026
16 of 20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants