From b38330d0aa90fabf9db0949c2945670e193806cc Mon Sep 17 00:00:00 2001 From: troymc Date: Wed, 18 May 2016 10:43:40 +0200 Subject: [PATCH 1/2] codecov.yml changes suggested by stevepeak --- codecov.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/codecov.yml b/codecov.yml index 71dc2177..ff5d9a61 100644 --- a/codecov.yml +++ b/codecov.yml @@ -15,12 +15,14 @@ coverage: status: project: - target: auto - if_no_uploads: error + default: + target: auto + if_no_uploads: error patch: - target: "80%" - if_no_uploads: error + default: + target: "80%" + if_no_uploads: error ignore: # files and folders that will be removed during processing - "deploy-cluster-aws/*" From 7ed2de43efece969c849f5a563f719e0bc339dd7 Mon Sep 17 00:00:00 2001 From: troymc Date: Wed, 18 May 2016 10:44:30 +0200 Subject: [PATCH 2/2] Ignore benchmarking-tests & speed-tests in codecov.yml --- codecov.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/codecov.yml b/codecov.yml index ff5d9a61..898d69a0 100644 --- a/codecov.yml +++ b/codecov.yml @@ -29,6 +29,8 @@ coverage: - "docs/*" - "tests/*" - "bigchaindb/version.py" + - "benchmarking-tests/*" + - "speed-tests/*" comment: # @stevepeak (from codecov.io) suggested we change 'suggestions' to 'uncovered'