From 639ef35c5147bf9a30d5894f0f71852d15ac298e Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Tue, 3 Oct 2023 11:05:46 -0600 Subject: [PATCH 1/2] fix: spelling Looks like codespell got an update --- docs/tutorials/how-to-read-data-from-stac.ipynb | 2 +- docs/tutorials/pystac-introduction.ipynb | 2 +- tests/validation/test_validate.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tutorials/how-to-read-data-from-stac.ipynb b/docs/tutorials/how-to-read-data-from-stac.ipynb index 4ee846761..e9f2d53b9 100644 --- a/docs/tutorials/how-to-read-data-from-stac.ipynb +++ b/docs/tutorials/how-to-read-data-from-stac.ipynb @@ -556,7 +556,7 @@ "source": [ "### Zarr\n", "\n", - "Read from an asset that refererences data stored in zarr" + "Read from an asset that references data stored in zarr" ] }, { diff --git a/docs/tutorials/pystac-introduction.ipynb b/docs/tutorials/pystac-introduction.ipynb index 2eb9b7918..84f1de6dd 100644 --- a/docs/tutorials/pystac-introduction.ipynb +++ b/docs/tutorials/pystac-introduction.ipynb @@ -6058,7 +6058,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Currently, this STAC only exists in memory. We can use `normalize_and_save` to save off the STAC with the cononical \"absolute published\" form:" + "Currently, this STAC only exists in memory. We can use `normalize_and_save` to save off the STAC with the canonical \"absolute published\" form:" ] }, { diff --git a/tests/validation/test_validate.py b/tests/validation/test_validate.py index 9db5570b7..716a468e9 100644 --- a/tests/validation/test_validate.py +++ b/tests/validation/test_validate.py @@ -153,7 +153,7 @@ def test_validate_all_dict(self, test_case: pystac.Catalog) -> None: def test_validates_geojson_with_tuple_coordinates(self) -> None: """This unit tests guards against a bug where if a geometry dict has tuples instead of lists for the coordinate sequence, - which can be produced by shapely, then the geometry still passses + which can be produced by shapely, then the geometry still passes validation. """ geom: Dict[str, Any] = { From 82524f6375f3eb8e30e197db3136c4e2f422068b Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Tue, 3 Oct 2023 11:08:14 -0600 Subject: [PATCH 2/2] chore: set patch to informational --- codecov.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/codecov.yml b/codecov.yml index d08101fc8..bfdc9877d 100644 --- a/codecov.yml +++ b/codecov.yml @@ -3,3 +3,6 @@ coverage: project: default: informational: true + patch: + default: + informational: true