Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-47325: Add API for parsing butler dataset URIs (butler and ivo) #1113

Merged
merged 10 commits into from
Dec 6, 2024

Return dataclasses rather than tuple

2cbb8f0
Select commit
Loading
Failed to load commit list.
Merged

DM-47325: Add API for parsing butler dataset URIs (butler and ivo) #1113

Return dataclasses rather than tuple
2cbb8f0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 5, 2024 in 0s

89.46% (+0.01%) compared to d632886

View this Pull Request on Codecov

89.46% (+0.01%) compared to d632886

Details

Codecov Report

Attention: Patch coverage is 98.90110% with 1 line in your changes missing coverage. Please review.

Project coverage is 89.46%. Comparing base (d632886) to head (2cbb8f0).

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
python/lsst/daf/butler/_labeled_butler_factory.py 87.50% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1113      +/-   ##
==========================================
+ Coverage   89.45%   89.46%   +0.01%     
==========================================
  Files         366      366              
  Lines       48684    48773      +89     
  Branches     5897     5907      +10     
==========================================
+ Hits        43548    43636      +88     
  Misses       3721     3721              
- Partials     1415     1416       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.