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

Delete Product CLI Command #1583

Merged
merged 10 commits into from May 14, 2024

allow --force to be used with non-interactive scripts

8f9df33
Select commit
Failed to load commit list.
Merged

Delete Product CLI Command #1583

allow --force to be used with non-interactive scripts
8f9df33
Select commit
Failed to load commit list.
Codecov / codecov/project succeeded May 14, 2024 in 0s

85.44% (target 80.00%)

View this Pull Request on Codecov

85.44% (target 80.00%)

Details

Codecov Report

Attention: Patch coverage is 90.79755% with 15 lines in your changes are missing coverage. Please review.

Project coverage is 85.44%. Comparing base (773bf08) to head (8f9df33).

Files Patch % Lines
datacube/index/memory/_datasets.py 68.42% 6 Missing ⚠️
datacube/index/memory/_products.py 86.66% 2 Missing ⚠️
datacube/index/postgis/_datasets.py 85.71% 2 Missing ⚠️
datacube/index/postgres/_datasets.py 86.66% 2 Missing ⚠️
datacube/scripts/product.py 91.66% 2 Missing ⚠️
datacube/scripts/dataset.py 92.85% 1 Missing ⚠️
Additional details and impacted files
@@               Coverage Diff               @@
##           develop-1.9    #1583      +/-   ##
===============================================
- Coverage        85.80%   85.44%   -0.36%     
===============================================
  Files              140      140              
  Lines            15402    15477      +75     
===============================================
+ Hits             13215    13225      +10     
- Misses            2187     2252      +65     

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