From 1fe9dbd75a88418c06c0b7e478d8144f60b17171 Mon Sep 17 00:00:00 2001 From: Umair Khan Date: Tue, 27 Jun 2017 08:08:23 +0500 Subject: [PATCH] coverage: Add .codecov.yml. This commit disables PR comments and enables commit statuses in Codecov. Fixes #5581 --- .codecov.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 0000000000..11e98fdf49 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,14 @@ +comment: off + +coverage: + status: + project: + default: + target: auto + threshold: null + base: auto + patch: + default: + target: auto + threshold: null + base: auto