From 5f55e0c7d6aed24592474c8f46f9c01ed90782a5 Mon Sep 17 00:00:00 2001 From: r4bbit <445106+0x-r4bbit@users.noreply.github.com> Date: Tue, 19 Sep 2023 11:51:37 +0200 Subject: [PATCH] docs: add codecov badge --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3df3775..03b643b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ -# Communities Contracts [![Github Actions][gha-badge]][gha] [![Foundry][foundry-badge]][foundry] +# Communities Contracts [![Github Actions][gha-badge]][gha] [![Codecov][codecov-badge]][codecov] [![Foundry][foundry-badge]][foundry] [gha]: https://github.com/status-im/communities-contracts/actions [gha-badge]: https://github.com/status-im/communities-contracts/actions/workflows/test.yml/badge.svg +[codecov]: https://codecov.io/gh/status-im/communities-contracts +[codecov-badge]: https://codecov.io/gh/status-im/communities-contracts/graph/badge.svg [foundry]: https://getfoundry.sh/ [foundry-badge]: https://img.shields.io/badge/Built%20with-Foundry-FFDB1C.svg