From 5081590425fc55be53d272a8cb4234f4a14e007f Mon Sep 17 00:00:00 2001 From: Tyler Potter Date: Tue, 26 Nov 2024 22:45:51 -0700 Subject: [PATCH] feat: test status badge on README (#138) * feat: test status badge on README * add maven badge --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8cbfeaf..cf8d8bf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Eppo Android SDK +[![Test](https://github.com/Eppo-exp/android-sdk/actions/workflows/test.yaml/badge.svg)](https://github.com/Eppo-exp/android-sdk/actions/workflows/test.yaml) +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/cloud.eppo/android-sdk/badge.svg)](https://maven-badges.herokuapp.com/maven-central/cloud.eppo/android-sdk) + [Eppo](https://geteppo.com) is a feature management and experimentation platform. This SDK enables feature flagging and experimentation for Eppo customers. An API key is required to use it.