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-38498: improve follow-up query support for QG generation use cases #876

Merged
merged 8 commits into from
Aug 24, 2023

Add changelog entry.

fd2474a
Select commit
Loading
Failed to load commit list.
Merged

DM-38498: improve follow-up query support for QG generation use cases #876

Add changelog entry.
fd2474a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 24, 2023 in 1s

87.67% (+0.01%) compared to 7c9a229

View this Pull Request on Codecov

87.67% (+0.01%) compared to 7c9a229

Details

Codecov Report

Patch coverage: 88.61% and project coverage change: +0.01% 🎉

Comparison is base (7c9a229) 87.65% compared to head (fd2474a) 87.67%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #876      +/-   ##
==========================================
+ Coverage   87.65%   87.67%   +0.01%     
==========================================
  Files         272      272              
  Lines       36005    36107     +102     
  Branches     7529     7552      +23     
==========================================
+ Hits        31560    31656      +96     
  Misses       3270     3270              
- Partials     1175     1181       +6     
Files Changed Coverage Δ
python/lsst/daf/butler/core/persistenceContext.py 59.25% <ø> (ø)
python/lsst/daf/butler/core/dimensions/_records.py 82.14% <50.00%> (-1.71%) ⬇️
.../butler/registry/datasets/byDimensions/_storage.py 91.83% <80.00%> (-0.54%) ⬇️
...ython/lsst/daf/butler/registry/queries/_results.py 89.72% <83.33%> (-0.22%) ⬇️
python/lsst/daf/butler/registry/queries/_query.py 79.25% <86.66%> (+0.82%) ⬆️
...lsst/daf/butler/registry/queries/_query_backend.py 92.45% <94.44%> (+0.14%) ⬆️
...hon/lsst/daf/butler/core/dimensions/_coordinate.py 88.73% <100.00%> (+0.28%) ⬆️
.../daf/butler/registry/queries/_sql_query_backend.py 86.53% <100.00%> (+0.13%) ⬆️
python/lsst/daf/butler/registry/tests/_registry.py 98.21% <100.00%> (+0.02%) ⬆️

... and 2 files with indirect coverage changes

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