From c372aae23ad151147390c4e6b9ffc3fec871a3b2 Mon Sep 17 00:00:00 2001 From: "Christopher J. Markiewicz" Date: Thu, 15 Feb 2018 11:04:39 -0500 Subject: [PATCH 1/2] COV: Ignore tests in calculating coverage --- codecov.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/codecov.yml b/codecov.yml index 8a1ce2c18a..76b93e79be 100644 --- a/codecov.yml +++ b/codecov.yml @@ -26,3 +26,4 @@ coverage: - "nipype/external/*" - "tools/*" - "doc/*" + - "**/tests" From 415b0b8a5cded460ed93f7bb3d728d7f6a103697 Mon Sep 17 00:00:00 2001 From: "Christopher J. Markiewicz" Date: Fri, 16 Feb 2018 20:55:12 -0500 Subject: [PATCH 2/2] COV: Drop examples, superfluous globs --- codecov.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/codecov.yml b/codecov.yml index 76b93e79be..6da7db86f4 100644 --- a/codecov.yml +++ b/codecov.yml @@ -23,7 +23,8 @@ coverage: flags: - "smoketests" ignore: # files and folders that will be removed during processing - - "nipype/external/*" - - "tools/*" - - "doc/*" + - "nipype/external" + - "tools" + - "doc" - "**/tests" + - "examples"