From 358be51e27a466e04ace9fb2e3a2035541bd1ba9 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Wed, 4 Sep 2024 11:42:48 -0300 Subject: [PATCH] chore: Added badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9cb1985..89ec587 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # TARTRAZINE +[![Tests](https://github.com/ralsina/tartrazine/actions/workflows/ci.yml/badge.svg)](https://github.com/ralsina/tartrazine/actions/workflows/ci.yml) +[![Coverage](https://github.com/ralsina/tartrazine/actions/workflows/coverage.yml/badge.svg)](https://github.com/ralsina/tartrazine/actions/workflows/coverage.yml) + Tartrazine is a library to syntax-highlight code. It is a port of [Pygments](https://pygments.org/) to [Crystal](https://crystal-lang.org/).