From 3b45efb5b3aefceeadd1b3f9f268b363e408225d Mon Sep 17 00:00:00 2001 From: MichaelHatherly Date: Tue, 9 Jan 2024 13:51:24 +0000 Subject: [PATCH] Add CI and coverage badges to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ca8764c..9eabb6c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # QuartoNotebookRunner +[![CI](https://github.com/PumasAI/QuartoNotebookRunner.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/PumasAI/QuartoNotebookRunner.jl/actions/workflows/CI.yml) +[![codecov](https://codecov.io/gh/PumasAI/QuartoNotebookRunner.jl/graph/badge.svg?token=84nO9FG9oc)](https://codecov.io/gh/PumasAI/QuartoNotebookRunner.jl) + Run [Quarto](https://quarto.org) notebooks containing Julia code and save the results to Jupyter notebooks.