Fix codecov ignore, wrong syntax

The current codecov ignore syntax is incorrect.
Corrected it.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Ryan Moeller <ryan@ixsystems.com>
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
Closes #9681
This commit is contained in:
Kjeld Schouten 2019-12-06 18:35:02 +01:00 committed by Brian Behlendorf
parent 1f654753ba
commit f784828416
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 require_changes: yes # only post when coverage changes
ignore: ignore:
- "tests/zfs-tests" # Don't need Tests to cover themselves - "tests/*/**" # Don't need Tests to cover themselves