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

table_config instead of table_metadata #2257

Merged
merged 3 commits into from
Feb 7, 2024

Make deepcopy of metadata and config, fix metadata tests

b239ac6
Select commit
Loading
Failed to load commit list.
Merged

table_config instead of table_metadata #2257

Make deepcopy of metadata and config, fix metadata tests
b239ac6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 7, 2024 in 0s

92.53% (+0.07%) compared to 52a1dac

View this Pull Request on Codecov

92.53% (+0.07%) compared to 52a1dac

Details

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (52a1dac) 92.46% compared to head (b239ac6) 92.53%.

Files Patch % Lines
datasette/utils/__init__.py 96.29% 1 Missing ⚠️
datasette/views/table.py 80.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2257      +/-   ##
==========================================
+ Coverage   92.46%   92.53%   +0.07%     
==========================================
  Files          42       42              
  Lines        6290     6310      +20     
==========================================
+ Hits         5816     5839      +23     
+ Misses        474      471       -3     

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