From 694d5b7038e7ac378693d3a9573d0c6b19bd0221 Mon Sep 17 00:00:00 2001 From: Tyler Potter Date: Tue, 3 Dec 2024 09:31:36 -0700 Subject: [PATCH] feat: Add test status badge to README (#73) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a2868eb..a6e9d3c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Eppo JVM common SDK +[![Test and lint](https://github.com/Eppo-exp/sdk-common-jdk/actions/workflows/lint-test-sdk.yml/badge.svg)](https://github.com/Eppo-exp/sdk-common-jdk/actions/workflows/lint-test-sdk.yml) +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/cloud.eppo/sdk-common-jvm/badge.svg)](https://maven-badges.herokuapp.com/maven-central/could.eppo/sdk-common-jvm) + This is the common SDK for the Eppo JVM SDKs. It provides a set of classes and interfaces that are used by the SDKs to interact with the Eppo API. You should probably not use this library directly and instead use the [Android](https://github.com/Eppo-exp/android-sdk) or [JVM](https://github.com/Eppo-exp/java-server-sdk) SDKs.