opendatacube / datacube-core

Open Data Cube analyses continental scale Earth Observation data through time
http://www.opendatacube.org
Apache License 2.0
493 stars 175 forks source link

Fix alembic ini finder #1597

Closed SpacemanPaul closed 2 weeks ago

SpacemanPaul commented 2 weeks ago

Reason for this pull request

The alembic.ini file was previously kept in the root directory of the repo, which is fine if installed locally with pip install -e . but doesn't work when installing from PyPI.

Proposed changes

codecov[bot] commented 2 weeks ago

Codecov Report

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

Project coverage is 85.43%. Comparing base (dbed0ac) to head (f8107ee).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop-1.9 #1597 +/- ## ============================================ Coverage 85.43% 85.43% ============================================ Files 140 140 Lines 15496 15496 ============================================ Hits 13239 13239 Misses 2257 2257 ```

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