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

Fix bug that caused extension-helpers to not work correctly if pyproject was the only configuration file present #66

Closed astrofrog closed 11 months ago

astrofrog commented 11 months ago

Without this I was seeing issues in projects after migrating setup.cfg -> pyproject.toml

codecov[bot] commented 11 months ago

Codecov Report

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

Comparison is base (cfa0958) 71.10% compared to head (e10f2f5) 76.54%.

Files Patch % Lines
extension_helpers/__init__.py 0.00% 8 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #66 +/- ## ========================================== + Coverage 71.10% 76.54% +5.44% ========================================== Files 4 4 Lines 308 307 -1 ========================================== + Hits 219 235 +16 + Misses 89 72 -17 ```

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