Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
codecov: Explicitly disable codecov/patch coverage
Browse files Browse the repository at this point in the history
Because codecov coverage regarding the patch is very inconsistent,
this commit introduces codecov.yml config file in order to disable
this check.

Fixes #511

Signed-off-by: Sebastien Boeuf <[email protected]>
  • Loading branch information
Sebastien Boeuf authored and Eric Ernst committed Aug 23, 2018
1 parent b2d9d95 commit 3438a11
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#
# Copyright (c) 2018 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#

coverage:
status:
patch:
default:
enabled: no

0 comments on commit 3438a11

Please sign in to comment.