From f232aa5faa5623d46eb3832a2117c34758fb1ee9 Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Tue, 19 Dec 2017 11:36:00 +0100 Subject: [PATCH] Always send success for the CodeCov CI --- .codecov.yml | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index a1261307dd..eadf9b4f1b 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,10 +1,6 @@ -# Documentation: https://github.com/codecov/support/wiki/Codecov-Yaml +# Documentation: https://docs.codecov.io/docs/codecov-yaml codecov: - # CodeCov should only wait for CI's that run coverage tests - # DAutoTester and auto-tester are not in the default list - ci: - - "circleci.com" notify: after_n_builds: 1 # send notifications after the first upload bot: dlang-bot @@ -12,13 +8,23 @@ codecov: coverage: precision: 3 round: down - range: 80...100 + range: "80...100" + # Learn more at https://docs.codecov.io/docs/commit-status status: - # Learn more at https://docs.codecov.io/docs/commit-status - project: true - patch: true - changes: false + project: + default: + informational: true + # Informational doesn't work with project yet + threshold: 0.1 + patch: + default: + informational: true + changes: + default: + informational: true + + # https://docs.codecov.io/docs/fixing-paths fixes: - "test/.*/::src/" - "fail_compilation/::src/"