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

add cache management for zarr file #187

Merged
merged 4 commits into from
Oct 11, 2024

add tests for zarr cache

32b431e
Select commit
Loading
Failed to load commit list.
Merged

add cache management for zarr file #187

add tests for zarr cache
32b431e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 11, 2024 in 1s

94.70% (target 80.00%)

View this Pull Request on Codecov

94.70% (target 80.00%)

Details

Codecov Report

Attention: Patch coverage is 93.33333% with 6 lines in your changes missing coverage. Please review.

Project coverage is 94.70%. Comparing base (913e337) to head (32b431e).

Files with missing lines Patch % Lines
django_project/gap/admin/main.py 83.33% 2 Missing ⚠️
django_project/gap/utils/zarr.py 88.88% 2 Missing ⚠️
django_project/gap/ingestor/salient.py 50.00% 1 Missing ⚠️
django_project/gap/models/dataset.py 88.88% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #187      +/-   ##
==========================================
+ Coverage   94.68%   94.70%   +0.01%     
==========================================
  Files         143      143              
  Lines        8505     8590      +85     
==========================================
+ Hits         8053     8135      +82     
- Misses        452      455       +3     

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