From: Alexander Popov Date: Fri, 10 Mar 2023 21:31:33 +0000 (+0300) Subject: Create two separate badges: functional test coverage and unit-test coverage X-Git-Tag: v0.6.6~212 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=0fda9eeae7fe7da9ad68a46822ea7d9e54f94ca9;p=kconfig-hardened-check.git Create two separate badges: functional test coverage and unit-test coverage --- diff --git a/README.md b/README.md index 0130a7c..f6b6302 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,9 @@ [![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/a13xp0p0v/kconfig-hardened-check?label=release)](https://github.com/a13xp0p0v/kconfig-hardened-check/tags) [![functional test](https://github.com/a13xp0p0v/kconfig-hardened-check/workflows/functional%20test/badge.svg)](https://github.com/a13xp0p0v/kconfig-hardened-check/actions/workflows/functional_test.yml) +[![functional test coverage](https://codecov.io/gh/a13xp0p0v/kconfig-hardened-check/graph/badge.svg?flag=functional_test)](https://codecov.io/gh/a13xp0p0v/kconfig-hardened-check) [![engine unit-test](https://github.com/a13xp0p0v/kconfig-hardened-check/workflows/engine%20unit-test/badge.svg)](https://github.com/a13xp0p0v/kconfig-hardened-check/actions/workflows/engine_unit-test.yml) -[![Coverage Status](https://codecov.io/gh/a13xp0p0v/kconfig-hardened-check/graph/badge.svg)](https://codecov.io/gh/a13xp0p0v/kconfig-hardened-check) +[![unit-test coverage](https://codecov.io/gh/a13xp0p0v/kconfig-hardened-check/graph/badge.svg?flag=engine_unit-test)](https://codecov.io/gh/a13xp0p0v/kconfig-hardened-check) ## Motivation