From a123a2b6fdfafa8b7c70ede662a2e451eb771ef6 Mon Sep 17 00:00:00 2001 From: Bjerg Date: Fri, 21 Oct 2022 20:11:05 +0200 Subject: [PATCH] chore: add link to codecov on badge (#116) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index faea26150..8ac73e041 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ *Blazing-fast implementation of the Ethereum protocol* ![Github Actions](https://github.com/foundry-rs/reth/workflows/ci/badge.svg) -![Codecov](https://img.shields.io/codecov/c/github/foundry-rs/reth?token=c24SDcMImE) +[![Codecov](https://img.shields.io/codecov/c/github/foundry-rs/reth?token=c24SDcMImE)][codecov] # Build @@ -12,3 +12,5 @@ To build this project we are currently using rust nightly for GAT support, that ## Docs Contributor docs can be found [here](./docs). + +[codecov]: https://app.codecov.io/gh/foundry-rs/reth