Experiment with Python limited API (take 2)
Trying https://github.com/astropy/reproject/pull/301 again now that Cython 3.1 is supposed to have good support
Codecov Report
:x: Patch coverage is 29.41176% with 12 lines in your changes missing coverage. Please review.
:white_check_mark: Project coverage is 90.57%. Comparing base (927912e) to head (b8e5eb5).
:warning: Report is 126 commits behind head on main.
| Files with missing lines | Patch % | Lines |
|---|---|---|
| reproject/adaptive/setup_package.py | 35.71% | 9 Missing :warning: |
| reproject/spherical_intersect/setup_package.py | 0.00% | 3 Missing :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## main #483 +/- ##
==========================================
- Coverage 91.45% 90.57% -0.88%
==========================================
Files 25 26 +1
Lines 1088 1104 +16
==========================================
+ Hits 995 1000 +5
- Misses 93 104 +11
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
This can be significantly simplified once https://github.com/astropy/extension-helpers/pull/26 is merged
Closing in favour of https://github.com/astropy/reproject/pull/506