Skip to content

Commit

Permalink
codecov: Add codecov.yml
Browse files Browse the repository at this point in the history
This commit introduces a codecov.yml file to be able to specify
some files/directories we don't want to cover.

Fixes kata-containers#84

Signed-off-by: Sebastien Boeuf <[email protected]>
  • Loading branch information
Sebastien Boeuf committed Jan 2, 2018
1 parent 8f22514 commit 8322c0c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 8322c0c

Please sign in to comment.