From 9d5c00581b1077be7baf0a6d8a0c178458593386 Mon Sep 17 00:00:00 2001 From: Tom Fay Date: Thu, 28 Nov 2024 06:33:47 +0000 Subject: [PATCH] add coverage badge (#25) --- .gitignore | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2c96eb1..c4ef2ea 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ target/ Cargo.lock +lcov.info diff --git a/README.md b/README.md index 0213725..c535e1d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ See the [documentation](https://docs.rs/rustls-openssl) for supported cipher sui [![Build Status](https://github.com/tofay/rustls-openssl/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/tofay/rustls-openssl/actions/workflows/ci.yml?query=branch%3Amain) [![Documentation](https://docs.rs/rustls-openssl/badge.svg)](https://docs.rs/rustls-openssl/) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) - +[![Coverage Status (codecov.io)](https://codecov.io/gh/tofay/rustls-openssl/branch/main/graph/badge.svg)](https://codecov.io/gh/tofay/rustls-openssl/) ## Status Early in development.