Skip to content

Commit

Permalink
Fix README and add codecov badge
Browse files Browse the repository at this point in the history
  • Loading branch information
le-ander committed Mar 3, 2025
1 parent 7624f87 commit b7a14d8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

[![Tests][badge-tests]][tests]
[![Documentation][badge-docs]][documentation]
[![codecov](https://codecov.io/gh/theislab/devVI/graph/badge.svg?token=fDsBzRodRK)](https://codecov.io/gh/theislab/devVI)

[badge-tests]: https://img.shields.io/github/actions/workflow/status/le-ander/devVI/test.yaml?branch=main
[badge-tests]: https://img.shields.io/github/actions/workflow/status/theislab/devVI/test.yaml?branch=main
[badge-docs]: https://img.shields.io/readthedocs/devVI

Integration of developmental scRNA-seq data
Expand Down Expand Up @@ -31,7 +32,7 @@ pip install devVI
1. Install the latest development version:

```bash
pip install git+https://github.com/le-ander/devVI.git@main
pip install git+https://github.com/theislab/devVI.git@main
```

## Release notes
Expand All @@ -49,8 +50,8 @@ If you found a bug, please use the [issue tracker][].
[mambaforge]: https://github.com/conda-forge/miniforge#mambaforge
[scverse discourse]: https://discourse.scverse.org/
[issue tracker]: https://github.com/le-ander/devVI/issues
[tests]: https://github.com/le-ander/devVI/actions/workflows/test.yml
[issue tracker]: https://github.com/theislab/devVI/issues
[tests]: https://github.com/theislab/devVI/actions/workflows/test.yml
[documentation]: https://devVI.readthedocs.io
[changelog]: https://devVI.readthedocs.io/en/latest/changelog.html
[api documentation]: https://devVI.readthedocs.io/en/latest/api.html
Expand Down

0 comments on commit b7a14d8

Please sign in to comment.