Skip to content

Commit

Permalink
Add coverage badge to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pont-us committed Jan 25, 2024
1 parent 5ba7334 commit 3109250
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
post-cleanup: 'all'
- name: install-package
shell: bash -l {0}
# Currently we install the latest repo version of xcube, since
# xcube.webapi.ows.coverages.request.CoverageRequest is required for
# some tests and hasn't made it into a release yet.
run: |
micromamba info
micromamba list
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# xcube-ogccov: OGC API - Coverages data store for xcube

[![CI](https://github.com/dcs4cop/xcube-ogccov/actions/workflows/tests.yaml/badge.svg)](https://github.com/dcs4cop/xcube-ogccov/actions/workflows/tests.yaml)
[![codecov](https://codecov.io/gh/dcs4cop/xcube-ogccov/graph/badge.svg?token=8IMpBPNFsf)](https://codecov.io/gh/dcs4cop/xcube-ogccov)

This data store allows xcube to read data via OGC API - Coverages.

Expand Down

0 comments on commit 3109250

Please sign in to comment.