From 0b4bcfc8cf2486b4f9abf0118dd0a797102694af Mon Sep 17 00:00:00 2001 From: Hyziri <109004089+hyziri@users.noreply.github.com> Date: Mon, 8 Sep 2025 01:47:05 -0500 Subject: [PATCH] Add code coverage badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6191f77..7b230eb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # EVE ESI [![Crates.io Version](https://img.shields.io/crates/v/eve_esi?logo=rust)](https://crates.io/crates/eve_esi/) +[![codecov](https://codecov.io/gh/hyziri/eve_esi/graph/badge.svg?token=OXD57P1UY6)](https://codecov.io/gh/hyziri/eve_esi) [![Maintainability](https://qlty.sh/gh/hyziri/projects/eve_esi/maintainability.svg)](https://qlty.sh/gh/hyziri/projects/eve_esi) A thread-safe, asynchronous client which provides methods & types for interaction with [EVE Online's ESI](https://developers.eveonline.com/api-explorer) & [EVE Online's single sign-on (SSO)](https://developers.eveonline.com/docs/services/sso/).