From f784828416ca1beb3c3bbf62a55a0a85cf417d10 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Fri, 6 Dec 2019 18:35:02 +0100 Subject: [PATCH] Fix codecov ignore, wrong syntax The current codecov ignore syntax is incorrect. Corrected it. Reviewed-by: Brian Behlendorf Reviewed-by: Ryan Moeller Signed-off-by: Kjeld Schouten-Lebbing Closes #9681 --- .github/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/codecov.yml b/.github/codecov.yml index e4155dd851..b0742621ab 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -23,4 +23,4 @@ comment: require_changes: yes # only post when coverage changes ignore: - - "tests/zfs-tests" # Don't need Tests to cover themselves \ No newline at end of file + - "tests/*/**" # Don't need Tests to cover themselves