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-47770: Fix threadsafety of sqlalchemy MetaData access #1132

Merged
merged 3 commits into from
Jan 6, 2025

Remove defunct table name mangling code

952a2f8
Select commit
Loading
Failed to load commit list.
Merged

DM-47770: Fix threadsafety of sqlalchemy MetaData access #1132

Remove defunct table name mangling code
952a2f8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 6, 2025 in 0s

89.50% (-0.01%) compared to 1ba37b0, passed because coverage increased by 0% when compared to adjusted base (89.50%)

View this Pull Request on Codecov

89.50% (-0.01%) compared to 1ba37b0, passed because coverage increased by 0% when compared to adjusted base (89.50%)

Details

Codecov Report

Attention: Patch coverage is 90.69767% with 4 lines in your changes missing coverage. Please review.

Project coverage is 89.50%. Comparing base (1ba37b0) to head (952a2f8).

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
...n/lsst/daf/butler/registry/interfaces/_database.py 88.88% 1 Missing and 3 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1132      +/-   ##
==========================================
- Coverage   89.50%   89.50%   -0.01%     
==========================================
  Files         366      366              
  Lines       48998    49007       +9     
  Branches     5943     5941       -2     
==========================================
+ Hits        43855    43863       +8     
  Misses       3729     3729              
- Partials     1414     1415       +1     

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