From 5828a7d0aed0232cafdbc029ade9cf4e91dd0c90 Mon Sep 17 00:00:00 2001 From: Kamil Lepek Date: Thu, 9 Jan 2020 10:54:59 +0100 Subject: [PATCH] Added codecov badge to README, added coverage files to .gitignore --- README.md | 1 + tests/functional/.gitignore | 3 +++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index bb02128..cad0d7b 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![Build Status](https://open-cas-logs.s3.us-east-2.amazonaws.com/master-status/build/curr-badge.svg)](https://open-cas-logs.s3.us-east-2.amazonaws.com/master-status/build/build.html) [![Tests Status](https://open-cas-logs.s3.us-east-2.amazonaws.com/master-status/tests/curr-badge.svg)](https://open-cas-logs.s3.us-east-2.amazonaws.com/master-status/tests/index.html) [![Coverity status](https://scan.coverity.com/projects/19083/badge.svg)](https://scan.coverity.com/projects/open-cas-ocf) +[![codecov](https://codecov.io/gh/Open-CAS/ocf/branch/master/graph/badge.svg)](https://codecov.io/gh/Open-CAS/ocf) [![License](https://open-cas-logs.s3.us-east-2.amazonaws.com/master-status/license-badge.svg)](LICENSE) Open CAS Framework (OCF) is high performance block storage caching meta-library diff --git a/tests/functional/.gitignore b/tests/functional/.gitignore index 5b925c1..76988e6 100644 --- a/tests/functional/.gitignore +++ b/tests/functional/.gitignore @@ -4,3 +4,6 @@ pyocf/libocf.so *.o pyocf/ocf/* *.pyc +*.gcov +*.gcda +*.gcno