From 540c511e6ebd4b4b34f8c4dc6c1f25539dcf9526 Mon Sep 17 00:00:00 2001 From: Steve Peak Date: Thu, 2 Feb 2017 11:28:36 -0500 Subject: [PATCH] Fixing the Codecov yaml All removed nodes are defaults --- codecov.yml | 33 +-------------------------------- 1 file changed, 1 insertion(+), 32 deletions(-) diff --git a/codecov.yml b/codecov.yml index 2ecb8842f6..cbfea8638d 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,37 +1,6 @@ -codecov: - notify: - require_ci_to_pass: true - -comment: - behavior: default - layout: header, diff - require_changes: false - coverage: - precision: 2 - range: "70...100" - round: down - status: project: default: threshold: 15 - patch: - default: - target: auto - branches: null - - changes: - default: - branches: null - -parsers: - gcov: - branch_detection: - conditional: true - loop: true - macro: false - method: false - - javascript: - enable_partials: false + patch: off