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

TST: treat warnings as errors #74

Closed neutrinoceros closed 11 months ago

neutrinoceros commented 11 months ago

This is to make the sort of problem dealt with in #67 easier to detect systematically

codecov[bot] commented 11 months ago

Codecov Report

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

Comparison is base (d7c53d0) 76.92% compared to head (2bb1d57) 76.92%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #74 +/- ## ======================================= 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