Closed kurtmckee closed 5 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 93.87%. Comparing base (
21435b0
) to head (9bb4055
). Report is 42 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Related Issue(s):
689
Description:
This PR updates the names of the Fields extension keys. Previously they were plural (
includes
/excludes
) but this did not align with the Fields extension documentation, and did not work when interacting with a STAC API. The keys are renamed toinclude
andexclude
by this PR.PR Checklist:
Fixes #689