Skip to content

Commit

Permalink
correct typos
Browse files Browse the repository at this point in the history
  • Loading branch information
konstntokas committed Nov 8, 2024
1 parent 39e054a commit 3475160
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ direct into `xcube-zenodo`, and follow the steps below:

```bash
conda env create -f environment.yml
conda activate xcube-stac
conda activate xcube-zenodo
pip install .
```

Expand All @@ -44,12 +44,12 @@ pytest
To analyze test coverage:

```bash
pytest --cov=xcube_stac
pytest --cov=xcube_zenodo
```

To produce an HTML
[coverage report](https://pytest-cov.readthedocs.io/en/latest/reporting.html):

```bash
pytest --cov-report html --cov=xcube_stac
pytest --cov-report html --cov=xcube_zenodo
```
2 changes: 1 addition & 1 deletion examples/zenodo_data_store.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"pip install .\n",
"```\n",
"\n",
"Note that [`xcube_zenodo`](https://github.com/xcube-dev/xcube-stac) is a plugin of [`xcube`](https://xcube.readthedocs.io/en/latest/), where `xcube` is included in the `environment.yml`. \n",
"Note that [`xcube_zenodo`](https://github.com/xcube-dev/xcube-zenodo) is a plugin of [`xcube`](https://xcube.readthedocs.io/en/latest/), where `xcube` is included in the `environment.yml`. \n",
"\n",
"Now, we first import everything we need:"
]
Expand Down

0 comments on commit 3475160

Please sign in to comment.