From c2e2818171a8ba1dce136a0bb860c849c86b9709 Mon Sep 17 00:00:00 2001
From: Oscar Dowson <odow@users.noreply.github.com>
Date: Fri, 18 Oct 2024 14:17:30 +1300
Subject: [PATCH] Add badges to README (#123)

---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index 3539944..13bb931 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,9 @@
 
 # MathOptAI (Mo'ai)
 
+[![Build Status](https://github.com/lanl-ansi/MathOptAI.jl/workflows/CI/badge.svg)](https://github.com/lanl-ansi/MathOptAI.jl/actions?query=workflow%3ACI)
+[![codecov](https://codecov.io/gh/lanl-ansi/MathOptAI.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/lanl-ansi/MathOptAI.jl)
+
 MathOptAI.jl (Mo'ai) is a [JuMP](https://jump.dev) extension for embedding
 trained AI, machine learning, and statistical learning models into a JuMP
 optimization model.