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 type hints to iris.cube.Cube #6037

Merged
merged 17 commits into from
Sep 16, 2024

Fix type hints

4670b18
Select commit
Loading
Failed to load commit list.
Merged

Add type hints to iris.cube.Cube #6037

Fix type hints
4670b18
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 16, 2024 in 0s

89.81% (-0.01%) compared to 2acfd92

View this Pull Request on Codecov

89.81% (-0.01%) compared to 2acfd92

Details

Codecov Report

Attention: Patch coverage is 95.68966% with 10 lines in your changes missing coverage. Please review.

Project coverage is 89.81%. Comparing base (2acfd92) to head (4670b18).

Files with missing lines Patch % Lines
lib/iris/cube.py 96.27% 1 Missing and 5 partials ⚠️
lib/iris/analysis/__init__.py 75.00% 0 Missing and 4 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6037      +/-   ##
==========================================
- Coverage   89.82%   89.81%   -0.01%     
==========================================
  Files          88       88              
  Lines       23150    23174      +24     
  Branches     5043     5045       +2     
==========================================
+ Hits        20794    20814      +20     
+ Misses       1624     1623       -1     
- Partials      732      737       +5     

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