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:
parent
1f654753ba
commit
f784828416
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue