From feaa85e5f0f82d1f44052e5b02112a53ec5eaad1 Mon Sep 17 00:00:00 2001 From: Tyler Potter Date: Tue, 26 Nov 2024 15:40:55 -0700 Subject: [PATCH 1/3] feat: Add test status badge to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3239c015..c07a52ba 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ ## Eppo Multiplatform: SDKs and Artifacts to support Flagging and Experimentation +[![Test](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** From 6a92ac4ef02750b94d3621dcc64d3e6f1c82c18c Mon Sep 17 00:00:00 2001 From: Tyler Potter Date: Thu, 28 Nov 2024 10:09:17 -0700 Subject: [PATCH 2/3] Apply suggestions from code review Co-authored-by: Leo Romanovsky --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c07a52ba..2ea0aec7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Eppo Multiplatform: SDKs and Artifacts to support Flagging and Experimentation -[![Test](https://github.com/Eppo-exp/eppo-multiplatform/actions/workflows/ci.yml/badge.svg)](https://github.com/Eppo-exp/eppo-multiplatform/actions/workflows/ci.yml) +[![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) From 3d603327686509c6d4921e5a0bd386779a50dc8f Mon Sep 17 00:00:00 2001 From: Tyler Potter Date: Thu, 28 Nov 2024 10:11:05 -0700 Subject: [PATCH 3/3] change ci.yaml name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1a76073..50233aa5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Test +name: Rust SDK on: push: