mirror of https://github.com/eyhc1/rendercv.git
add coverage link to README.md
This commit is contained in:
parent
a55f7b5ba5
commit
657f45f86b
|
@ -1,7 +1,7 @@
|
||||||
# RenderCV
|
# 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)
|
[![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)
|
[![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.
|
A Python application that creates CVs in PDF, HTML, LaTeX, etc., from a JSON/YAML input file.
|
||||||
|
|
Loading…
Reference in New Issue