From 657f45f86b18d09650cbfc0998e7c91809700795 Mon Sep 17 00:00:00 2001 From: Sina Atalay <79940989+sinaatalay@users.noreply.github.com> Date: Tue, 10 Oct 2023 20:44:29 +0200 Subject: [PATCH] add coverage link to README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 016d664..0818d93 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # RenderCV [![deploy MkDocs](https://github.com/sinaatalay/rendercv/actions/workflows/deploy-mkdocs.yaml/badge.svg)](https://github.com/sinaatalay/rendercv/actions/workflows/deploy-mkdocs.yaml) [![python tests](https://github.com/sinaatalay/rendercv/actions/workflows/python-tests.yml/badge.svg)](https://github.com/sinaatalay/rendercv/actions/workflows/python-tests.yml) -![coverage](https://coverage-badge.samuelcolvin.workers.dev/sinaatalay/rendercv.svg) +[![coverage](https://coverage-badge.samuelcolvin.workers.dev/sinaatalay/rendercv.svg)](https://smokeshow.helpmanual.io/06110o3l5x474d540n3x/) A Python application that creates CVs in PDF, HTML, LaTeX, etc., from a JSON/YAML input file.