diff options
author | HampusM <hampus@hampusmat.com> | 2022-10-23 21:43:45 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-10-23 21:43:45 +0200 |
commit | 8286901ca7a197100d3fa024d17ac9c3aaccf378 (patch) | |
tree | 42622ac8a637f21b714e367978a6f7992fe2844d /README.md | |
parent | 75410e3dfbaf9083e52cf405607b471f02d8e092 (diff) |
docs: add coverage badge
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ [![Latest Version](https://img.shields.io/crates/v/syrette)](https://crates.io/crates/syrette) [![Documentation](https://img.shields.io/badge/docs.rs-syrette-blueviolet)](https://docs.rs/syrette) [![Build](https://img.shields.io/circleci/build/github/HampusMat/Syrette/master)](https://app.circleci.com/pipelines/github/HampusMat/Syrette) +[![Coverage](https://img.shields.io/codecov/c/github/HampusMat/Syrette)](https://app.codecov.io/gh/HampusMat/Syrette) The convenient dependency injection framework for Rust. |