Skip to content

Commit a0c4741

Browse files
feat: Add test status badge to README (#78)
* feat: Add test status badge to README * Apply suggestions from code review Co-authored-by: Leo Romanovsky <[email protected]> * change ci.yaml name --------- Co-authored-by: Leo Romanovsky <[email protected]>
1 parent 597eb99 commit a0c4741

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test
1+
name: Rust SDK
22

33
on:
44
push:

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Eppo Multiplatform: SDKs and Artifacts to support Flagging and Experimentation
22

3+
[![Rust SDK](https://github.com/Eppo-exp/eppo-multiplatform/actions/workflows/ci.yml/badge.svg)](https://github.com/Eppo-exp/eppo-multiplatform/actions/workflows/ci.yml)
4+
[![Python SDK](https://github.com/Eppo-exp/eppo-multiplatform/actions/workflows/python.yml/badge.svg)](https://github.com/Eppo-exp/eppo-multiplatform/actions/workflows/python.yml)
5+
[![Ruby SDK](https://github.com/Eppo-exp/eppo-multiplatform/actions/workflows/ruby.yml/badge.svg)](https://github.com/Eppo-exp/eppo-multiplatform/actions/workflows/ruby.yml)
6+
7+
38
Eppo is a modular flagging and experimentation analysis tool. Eppo's SDKs are built to make assignments in multi-user server-side and client-side contexts. Before proceeding you'll need an Eppo account.
49

510
**Features**

0 commit comments

Comments
 (0)