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

chore: add unique constraint to tagged_objects #26654

Merged
merged 16 commits into from
Jan 19, 2024

use alembic's naming_convention to help with sqltie

62d86a9
Select commit
Loading
Failed to load commit list.
Merged

chore: add unique constraint to tagged_objects #26654

use alembic's naming_convention to help with sqltie
62d86a9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 19, 2024 in 0s

69.46% (-0.11%) compared to 1010294

View this Pull Request on Codecov

69.46% (-0.11%) compared to 1010294

Details

Codecov Report

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

Comparison is base (1010294) 69.56% compared to head (62d86a9) 69.46%.
Report is 4 commits behind head on master.

Files Patch % Lines
superset/migrations/migration_utils.py 0.00% 11 Missing ⚠️
superset/tags/models.py 74.19% 8 Missing ⚠️
superset/daos/tag.py 83.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #26654      +/-   ##
==========================================
- Coverage   69.56%   69.46%   -0.11%     
==========================================
  Files        1892     1894       +2     
  Lines       74162    74150      -12     
  Branches     8263     8263              
==========================================
- Hits        51593    51506      -87     
- Misses      20488    20563      +75     
  Partials     2081     2081              

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