From ceb91c672e93680a429e4d5b30cc81eb650f300f Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Thu, 17 Dec 2020 11:31:12 +0100 Subject: [PATCH] chore: add github actions badge (#78) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4fa004b..487aa5e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ [![](https://img.shields.io/badge/project-libp2p-yellow.svg?style=flat-square)](http://libp2p.io/) [![](https://img.shields.io/badge/freenode-%23libp2p-yellow.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23libp2p) [![](https://img.shields.io/discourse/https/discuss.libp2p.io/posts.svg)](https://discuss.libp2p.io) +[![codecov](https://img.shields.io/codecov/c/github/libp2p/js-libp2p-interfaces.svg?style=flat-square)](https://codecov.io/gh/libp2p/js-libp2p-interfaces) +[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/libp2p/js-libp2p-interfaces/ci?label=ci&style=flat-square)](https://github.com/libp2p/js-libp2p-interfaces/actions?query=branch%3Amaster+workflow%3Aci+) > Contains test suites and interfaces you can use to implement the various components of libp2p.