pyproj
pyproj copied to clipboard
Add assert statements at the end of tests
- [ ] Closes #xxxx
- [ ] Tests added
- [ ] Fully documented, including
history.rstfor all changes andapi/*.rstfor new API
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.50%. Comparing base (
efa3faa) to head (378b26c). Report is 58 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #1453 +/- ##
==========================================
+ Coverage 96.40% 96.50% +0.09%
==========================================
Files 20 20
Lines 1810 1830 +20
==========================================
+ Hits 1745 1766 +21
+ Misses 65 64 -1
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thanks @tqa236 👍
thanks for the review, @snowman2. I detected this thanks to ruff's B015. Is it alright to set up ruff pre-commit alongside flake8 for now to eventually replace it?
A PR adding ruff is welcome.