Skip to content

Commit 1c056a7

Browse files
authored
Add badges to README for project status
Added badges for Maven Central, Build Status, and Coverage Status to the README.
1 parent 36f5612 commit 1c056a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Optimizely Java SDK
22

3+
[![Maven Central](https://img.shields.io/maven-central/v/com.optimizely.ab/core-api.svg)](https://mvnrepository.com/artifact/com.optimizely.ab/core-api)
4+
[![Build Status](https://github.com/optimizely/java-sdk/actions/workflows/java.yml/badge.svg?branch=master)](https://github.com/optimizely/java-sdk/actions/workflows/java.yml?query=branch%3Amaster)
5+
[![Coverage Status](https://coveralls.io/repos/github/optimizely/java-sdk/badge.svg?branch=master)](https://coveralls.io/github/optimizely/java-sdk?branch=master)
36
[![Apache 2.0](https://img.shields.io/badge/license-APACHE%202.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
47

58
This repository houses the Java SDK for use with Optimizely Feature Experimentation and Optimizely Full Stack (legacy).

0 commit comments

Comments
 (0)