pyproj4 / pyproj

Python interface to PROJ (cartographic projections and coordinate transformations library)
https://pyproj4.github.io/pyproj
MIT License
1.04k stars 210 forks source link

Fix tests.yaml for CI #1396

Closed jjimenezshaw closed 4 months ago

jjimenezshaw commented 4 months ago

As mentioned by @snowman2 in https://github.com/pyproj4/pyproj/issues/1390#issuecomment-2067054089

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.57%. Comparing base (efa3faa) to head (9c93873). Report is 17 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1396 +/- ## ========================================== + Coverage 96.40% 96.57% +0.16% ========================================== Files 20 20 Lines 1810 1812 +2 ========================================== + Hits 1745 1750 +5 + Misses 65 62 -3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

snowman2 commented 4 months ago

Thank you 👍