From bec5a9a5d7dda161f3d6d7f97c3d267283dfaa33 Mon Sep 17 00:00:00 2001 From: Riccardo Gallo Date: Tue, 20 Aug 2024 15:37:02 +0200 Subject: [PATCH] feat(readme): add ci and codecov tags into README Signed-off-by: Riccardo Gallo --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 08ba710..2edef1f 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,6 @@ SPDX-License-Identifier: Apache-2.0 --> # stream-rust-test + +[![ci](https://github.com/astarte-platform/stream-rust-test/actions/workflows/ci.yaml/badge.svg)](https://github.com/astarte-platform/stream-rust-test/actions/workflows/ci.yaml) +[![codecov](https://codecov.io/gh/astarte-platform/stream-rust-test/graph/badge.svg?token=wW2Hsm5edX)](https://codecov.io/gh/astarte-platform/stream-rust-test)