From 8322c0c8ed965ae6b2275fad8e30572ecbf34b14 Mon Sep 17 00:00:00 2001 From: Sebastien Boeuf Date: Fri, 22 Dec 2017 18:15:09 -0800 Subject: [PATCH] codecov: Add codecov.yml This commit introduces a codecov.yml file to be able to specify some files/directories we don't want to cover. Fixes #84 Signed-off-by: Sebastien Boeuf --- codecov.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000000..d5d13df6b4 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,10 @@ +# +# Copyright (c) 2017 Intel Corporation +# +# SPDX-License-Identifier: Apache-2.0 +# + +ignore: + - "protocols/grpc/*.json" + - "protocols/grpc/*.pb.go" + - "protocols/grpc/*.proto"