From 0b75076877db9ad83b4ed3bcd40a71dfeeede99a Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Tue, 5 Nov 2024 02:10:36 +0100 Subject: [PATCH] Add badges to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b5f8601..7d33c0d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ *A code formatter with rules set in stone.* +[![Test](https://github.com/fredrikekre/Runic.jl/actions/workflows/Test.yml/badge.svg?branch=master&event=push)](https://github.com/fredrikekre/Runic.jl/actions/workflows/Test.yml) +[![codecov](https://codecov.io/gh/fredrikekre/Runic.jl/graph/badge.svg?token=GWKJKBZ5FB)](https://codecov.io/gh/fredrikekre/Runic.jl) + Runic is a formatter for the [Julia programming language](https://julialang.org/) built on top of [JuliaSyntax.jl](https://github.com/JuliaLang/JuliaSyntax.jl).