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 <behlendorf1@llnl.gov>
Reviewed-by: Ryan Moeller <ryan@ixsystems.com>
Reviewed-by: Richard Laager <rlaager@wiktel.com>
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
Closes #9700
This commit is contained in:
Kjeld Schouten 2019-12-09 19:10:55 +01:00 committed by Brian Behlendorf
parent 0dcef9b966
commit 5927917987
1 changed files with 1 additions and 1 deletions

2
.github/codecov.yml vendored
View File

@ -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