From 5d88549c1312f40d1ff6c793ccc8ff95cb83a3e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Dobe=C5=A1?= Date: Fri, 19 Jan 2024 13:14:40 +0100 Subject: [PATCH] chore: fix badges --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e59ebb..b44fbc3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # ASCII Art -[![pipeline status](https://github.com/mishpajz-FIT/BI-OOP-asciiart/workflows/tests/badge.svg)](https://github.com/mishpajz-FIT/BI-OOP-asciiart/actions) +[![pipeline status](https://github.com/mishpajz-FIT/BI-OOP-asciiart/actions/workflows/tests.yml/badge.svg)](https://github.com/mishpajz-FIT/BI-OOP-asciiart/actions/workflows/tests.yml) +![Code Coverage](https://img.shields.io/badge/Code%20Coverage-99%25-success?style=flat) The idea of this project is to load images, translate them into ASCII ART images, optionally apply filters, and save them.