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

Refactor area boundary sides retrieval with _geographic_sides and _projection_sides methods #566

Merged
merged 9 commits into from
Dec 8, 2023

Fix type annotations in geometry.py

aee90a1
Select commit
Loading
Failed to load commit list.
Merged

Refactor area boundary sides retrieval with _geographic_sides and _projection_sides methods #566

Fix type annotations in geometry.py
aee90a1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 8, 2023 in 1s

94.06% (-0.04%) compared to c240c04

View this Pull Request on Codecov

94.06% (-0.04%) compared to c240c04

Details

Codecov Report

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

Comparison is base (c240c04) 94.09% compared to head (aee90a1) 94.06%.

Files Patch % Lines
pyresample/geometry.py 81.39% 8 Missing ⚠️
pyresample/gradient/__init__.py 81.81% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #566      +/-   ##
==========================================
- Coverage   94.09%   94.06%   -0.04%     
==========================================
  Files          85       85              
  Lines       13235    13250      +15     
==========================================
+ Hits        12453    12463      +10     
- Misses        782      787       +5     

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