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 more pre-commit checks (mccabe, bandit, mypy, etc) #557

Merged
merged 24 commits into from
Nov 21, 2023

Merge branch 'main' into precommit-mypy

a7e1f25
Select commit
Loading
Failed to load commit list.
Merged

Add more pre-commit checks (mccabe, bandit, mypy, etc) #557

Merge branch 'main' into precommit-mypy
a7e1f25
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project failed Nov 21, 2023 in 1s

94.08% (-0.06%) compared to d8f45cd

View this Pull Request on Codecov

94.08% (-0.06%) compared to d8f45cd

Details

Codecov Report

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

Comparison is base (d8f45cd) 94.13% compared to head (a7e1f25) 94.08%.

Files Patch % Lines
pyresample/utils/cf.py 68.18% 14 Missing ⚠️
pyresample/kd_tree.py 91.72% 12 Missing ⚠️
pyresample/plot.py 21.42% 11 Missing ⚠️
pyresample/area_config.py 86.36% 9 Missing ⚠️
pyresample/ewa/ewa.py 66.66% 9 Missing ⚠️
pyresample/gradient/__init__.py 0.00% 6 Missing ⚠️
pyresample/slicer.py 0.00% 5 Missing ⚠️
pyresample/bilinear/__init__.py 0.00% 3 Missing ⚠️
pyresample/bilinear/xarr.py 0.00% 2 Missing ⚠️
pyresample/future/resamplers/nearest.py 60.00% 2 Missing ⚠️
... and 5 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #557      +/-   ##
==========================================
- Coverage   94.13%   94.08%   -0.06%     
==========================================
  Files          84       84              
  Lines       13188    13228      +40     
==========================================
+ Hits        12415    12446      +31     
- Misses        773      782       +9     

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