From f75b4716c4e385b22d2ec430432a496a8375eea4 Mon Sep 17 00:00:00 2001 From: Philippe Le Van Date: Fri, 16 Feb 2024 17:19:40 +0100 Subject: [PATCH] badge for unit testing --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6636983..860dcc0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ LOTemplate (for Libre Office Template) ====================================== +[![Unittest](https://github.com/Probesys/lotemplate/actions/workflows/unittest.yml/badge.svg)](https://github.com/Probesys/lotemplate/actions/workflows/unittest.yml) + LOTemplate is document generator used to create documents programatically (ODT, DOCX, PDF) from a template and a json file. ```mermaid