From b4fd7aaac13c18d9cc9a00e2f5e6b89468665397 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Fri, 18 Oct 2024 14:15:49 +1300 Subject: [PATCH] Add badges to README --- 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.