diff options
| author | J08nY | 2022-12-08 14:33:40 +0100 |
|---|---|---|
| committer | J08nY | 2022-12-08 14:33:40 +0100 |
| commit | 5b14a065af3bf3c5c8f6a78b779fa9e97811d954 (patch) | |
| tree | 86077867570e11cdaf3e759a173145f9ce0bfea4 | |
| parent | cd2ef10fa5262d559d744109228f79f5a06815a1 (diff) | |
| download | sec-certs-5b14a065af3bf3c5c8f6a78b779fa9e97811d954.tar.gz sec-certs-5b14a065af3bf3c5c8f6a78b779fa9e97811d954.tar.zst sec-certs-5b14a065af3bf3c5c8f6a78b779fa9e97811d954.zip | |
Add codecov badges.
| -rw-r--r-- | README.md | 6 | ||||
| -rw-r--r-- | codecov.yml | 3 |
2 files changed, 6 insertions, 3 deletions
@@ -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. [](https://seccerts.org) -[](https://seccerts.org/docs/index.html) +[](https://seccerts.org/docs/index.html) [](https://pypi.org/project/sec-certs/) [](https://pypi.org/project/sec-certs/) -[](https://github.com/crocs-muni/sec-certs/actions/workflows/tests.yml) + +[](https://github.com/crocs-muni/sec-certs/actions/workflows/tests.yml) [](https://hub.docker.com/repository/docker/seccerts/sec-certs) +[](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 |
