From 592791798716f5efb039ac42dfe7daa157f4eb86 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Mon, 9 Dec 2019 19:10:55 +0100 Subject: Fixes typo from #9681 Going from #9672 to 9681 I made a typo. This removes that typo. The pattern folder /* will not match recursively in the folder. Please use this folder /**/* source: https://docs.codecov.io/docs/ignoring-paths Reviewed-by: Brian Behlendorf Reviewed-by: Ryan Moeller Reviewed-by: Richard Laager Signed-off-by: Kjeld Schouten-Lebbing Closes #9700 --- .github/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/codecov.yml') diff --git a/.github/codecov.yml b/.github/codecov.yml index b0742621a..da4de3a08 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -23,4 +23,4 @@ comment: require_changes: yes # only post when coverage changes ignore: - - "tests/*/**" # Don't need Tests to cover themselves + - "tests/**/*" # Don't need Tests to cover themselves -- cgit v1.2.3