Skip to content

Commit

Permalink
docs(badges): add codecov status badge and installation instruction (#13
Browse files Browse the repository at this point in the history
)
  • Loading branch information
wilhelmagren committed Oct 1, 2023
1 parent cb81d8f commit 619f72a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
</p>
</div>

![Crates.io (latest)](https://img.shields.io/crates/v/docstring-rs)
[![Crates.io (latest)](https://img.shields.io/crates/v/docstring-rs)](https://crates.io/crates/docstring-rs)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![codecov](https://codecov.io/gh/wilhelmagren/docstring-rs/graph/badge.svg?token=DAOMDVU8QF)](https://codecov.io/gh/wilhelmagren/docstring-rs)
[![CI](https://github.com/wilhelmagren/docstring-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/wilhelmagren/docstring-rs/actions/workflows/ci.yml)
[![Tests](https://github.com/wilhelmagren/docstring-rs/actions/workflows/tests.yml/badge.svg)](https://github.com/wilhelmagren/docstring-rs/actions/workflows/tests.yml)

Expand All @@ -18,6 +19,9 @@ Automatically generate new files with header docstring based on LICENSE informat

## 📦 Installation
...
```
cargo install docstring-rs
```

## 🚀 Example usage
...
Expand Down

0 comments on commit 619f72a

Please sign in to comment.