From 6bcf4bf57f5496b9be99dcd4d0a6ed5842ced09d Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Wed, 29 Jul 2020 00:37:16 -0700 Subject: [PATCH] add codecov badge to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95813db..be2896f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -What is cereal? [![cereal tests](https://github.com/commaai/cereal/workflows/Tests/badge.svg?event=push)](https://github.com/commaai/cereal/actions) +What is cereal? [![cereal tests](https://github.com/commaai/cereal/workflows/Tests/badge.svg?event=push)](https://github.com/commaai/cereal/actions) [![codecov](https://codecov.io/gh/commaai/cereal/branch/master/graph/badge.svg)](https://codecov.io/gh/commaai/cereal) ---- cereal is both a messaging spec for robotics systems as well as generic high performance IPC pub sub messaging with a single publisher and multiple subscribers.