Skip to content

Commit

Permalink
feat: Add test status badge to README (#78)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
typotter and leoromanovsky authored Dec 2, 2024
1 parent 597eb99 commit a0c4741
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test
name: Rust SDK

on:
push:
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Eppo Multiplatform: SDKs and Artifacts to support Flagging and Experimentation

[![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)
[![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)
[![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)


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.

**Features**
Expand Down

0 comments on commit a0c4741

Please sign in to comment.