From 0b9a6c7e4a66af4a5f004e07c64d39fee2e43504 Mon Sep 17 00:00:00 2001 From: Andrey Marchenko Date: Mon, 11 Sep 2023 13:38:33 +0200 Subject: [PATCH] codecov and circleci badges --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d44b179..a6321154 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,15 @@ # Datadog CI Visibility for Ruby +[![codecov](https://codecov.io/gh/DataDog/datadog-ci-rb/branch/main/graph/badge.svg)](https://app.codecov.io/gh/DataDog/datadog-ci-rb/branch/main) +[![CircleCI](https://dl.circleci.com/status-badge/img/gh/DataDog/datadog-ci-rb/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/DataDog/datadog-ci-rb/tree/main) + Datadog's Ruby Library for instrumenting your test and continuous integration pipeline. Learn more on our [official website](https://docs.datadoghq.com/continuous_integration/tests/ruby/). > [!IMPORTANT] > The `datadog-ci` gem is currently a component of [`ddtrace`](https://github.com/datadog/dd-trace-rb) and should not be used without it. > -> We expect this to change in the future. +> We expect this to change in the future. ## Installation