pytroll / pyorbital

Orbital and astronomy computations in python
http://pyorbital.readthedocs.org/
GNU General Public License v3.0
224 stars 77 forks source link

Fixed earth sun distance #99

Closed depion closed 2 years ago

depion commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Merging #99 (b59b389) into main (26e857b) will increase coverage by 0.17%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #99      +/-   ##
==========================================
+ Coverage   86.86%   87.03%   +0.17%     
==========================================
  Files          13       13              
  Lines        2048     2052       +4     
==========================================
+ Hits         1779     1786       +7     
+ Misses        269      266       -3     
Flag Coverage Δ
unittests 87.03% <100.00%> (+0.17%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pyorbital/astronomy.py 92.75% <100.00%> (+4.18%) :arrow_up:
pyorbital/tests/test_astronomy.py 86.66% <100.00%> (+2.66%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 26e857b...b59b389. Read the comment docs.

mraspaud commented 2 years ago

Thanks for your PR @depion, could you add a small test to ensure this doesn't break in the future?