astropy / extension-helpers

Helpers to assist with building Python packages with compiled C/Cython extensions
https://extension-helpers.readthedocs.io
BSD 3-Clause "New" or "Revised" License
16 stars 12 forks source link

MNT: find and replace log.warn -> log.warning (the warn method is deprecated) #75

Closed neutrinoceros closed 11 months ago

neutrinoceros commented 11 months ago

A continuation of #67

codecov[bot] commented 11 months ago

Codecov Report

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

Comparison is base (d7c53d0) 76.92% compared to head (32255db) 76.92%.

Files Patch % Lines
extension_helpers/_openmp_helpers.py 0.00% 2 Missing :warning:
extension_helpers/_setup_helpers.py 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #75 +/- ## ======================================= Coverage 76.92% 76.92% ======================================= Files 4 4 Lines 312 312 ======================================= Hits 240 240 Misses 72 72 ```

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

neutrinoceros commented 11 months ago

ping @hamogu