Added codecov badge

This commit is contained in:
Bartek Kryza
2022-04-02 17:20:08 +02:00
parent ffc6d56c4d
commit fb00348081
5 changed files with 18 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
# clang-uml - C++ UML diagram generator based on Clang and PlantUML
![linux build](https://github.com/bkryza/clang-uml/actions/workflows/build.yml/badge.svg)
[![Build status]](https://github.com/bkryza/clang-uml/actions/workflows/build.yml/badge.svg)
[![Coverage](https://codecov.io/gh/bkryza/clang-uml/branch/master/graph/badge.svg)](https://codecov.io/gh/bkryza/clang-uml)
`clang-uml` is an automatic C++ to [PlantUML](https://plantuml.com) class, sequence
and package diagram generator, driven by YAML configuration files. The main idea behind the