From 6d31fc92ffbfc21f9e5588fd37cc42a8f0431c29 Mon Sep 17 00:00:00 2001 From: troymc Date: Fri, 1 Apr 2016 16:06:41 +0200 Subject: [PATCH] Added a codecov.yml configuration file --- codecov.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..490d0805 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,32 @@ +codecov: + branch: develop # the branch to show by default + + # The help text for bot says: + # "the username that will consume any oauth requests + # must have previously logged into Codecov" + # In GitHub - BigchainDB organization settings - Third-party access, + # it says, for Codecov: "approval requested by r-marques" + bot: r-marques + +coverage: + precision: 2 + round: down + range: "70...100" + + status: + project: + target: auto + if_no_uploads: error + + patch: + target: "80%" + if_no_uploads: error + + ignore: # files and folders that will be removed during processing + - "deploy-cluster-aws/*" + - "docs/*" + - "tests/*" + +comment: + layout: "header, diff, changes, sunburst, suggestions" + behavior: default \ No newline at end of file