Skip to content

Commit acd1a4c

Browse files
authored
Merge pull request #2443 from effigies/coverage
[WIP] COV: Ignore tests in calculating coverage
2 parents 628bdd5 + 415b0b8 commit acd1a4c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

codecov.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ coverage:
2323
flags:
2424
- "smoketests"
2525
ignore: # files and folders that will be removed during processing
26-
- "nipype/external/*"
27-
- "tools/*"
28-
- "doc/*"
26+
- "nipype/external"
27+
- "tools"
28+
- "doc"
29+
- "**/tests"
30+
- "examples"

0 commit comments

Comments
 (0)