aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJ08nY2022-12-08 14:33:40 +0100
committerJ08nY2022-12-08 14:33:40 +0100
commit5b14a065af3bf3c5c8f6a78b779fa9e97811d954 (patch)
tree86077867570e11cdaf3e759a173145f9ce0bfea4
parentcd2ef10fa5262d559d744109228f79f5a06815a1 (diff)
downloadsec-certs-5b14a065af3bf3c5c8f6a78b779fa9e97811d954.tar.gz
sec-certs-5b14a065af3bf3c5c8f6a78b779fa9e97811d954.tar.zst
sec-certs-5b14a065af3bf3c5c8f6a78b779fa9e97811d954.zip
Add codecov badges.
-rw-r--r--README.md6
-rw-r--r--codecov.yml3
2 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1631422a..c0a7ab48 100644
--- a/README.md
+++ b/README.md
@@ -5,11 +5,13 @@
A tool for data scraping and analysis of security certificates from Common Criteria and FIPS 140-2/3 frameworks. This project is developed by the [Centre for Research On Cryptography and Security](https://crocs.fi.muni.cz) at Masaryk University, Czech Republic.
[![Website](https://img.shields.io/website?down_color=red&down_message=offline&style=flat-square&up_color=SpringGreen&up_message=online&url=https%3A%2F%2Fseccerts.org)](https://seccerts.org)
-[![Website](https://img.shields.io/website?down_color=red&down_message=offline&style=flat-square&up_color=SpringGreen&up_message=online&url=https%3A%2F%2Fseccerts.org/docs/index.html)](https://seccerts.org/docs/index.html)
+[![Website](https://img.shields.io/website?label=docs&down_color=red&down_message=offline&style=flat-square&up_color=SpringGreen&up_message=online&url=https%3A%2F%2Fseccerts.org/docs/index.html)](https://seccerts.org/docs/index.html)
[![PyPI](https://img.shields.io/pypi/v/sec-certs?style=flat-square)](https://pypi.org/project/sec-certs/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/sec-certs?label=Python%20versions&style=flat-square)](https://pypi.org/project/sec-certs/)
-[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/crocs-muni/sec-certs/tests?style=flat-square)](https://github.com/crocs-muni/sec-certs/actions/workflows/tests.yml)
+
+[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/crocs-muni/sec-certs/tests?label=tests&style=flat-square)](https://github.com/crocs-muni/sec-certs/actions/workflows/tests.yml)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/crocs-muni/sec-certs/Docker%20Image%20CI?label=Docker%20build&style=flat-square)](https://hub.docker.com/repository/docker/seccerts/sec-certs)
+[![Codecov](https://img.shields.io/codecov/c/github/crocs-muni/sec-certs?style=flat-square)](https://app.codecov.io/gh/crocs-muni/sec-certs)
## Installation
diff --git a/codecov.yml b/codecov.yml
index 5745008d..5bf2bbe4 100644
--- a/codecov.yml
+++ b/codecov.yml
@@ -4,4 +4,5 @@ coverage:
precision: 2
ignore:
- - "tests" \ No newline at end of file
+ - "test/**/*.py"
+ - "setup.py" \ No newline at end of file