diff options
author | Kjeld Schouten <[email protected]> | 2019-12-06 18:35:02 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-12-06 09:35:02 -0800 |
commit | f784828416ca1beb3c3bbf62a55a0a85cf417d10 (patch) | |
tree | f4eab21eb920c337d931febeec76e4caf7066146 /.github | |
parent | 1f654753bab0afbc282916400917d45081d613fe (diff) |
Fix codecov ignore, wrong syntax
The current codecov ignore syntax is incorrect.
Corrected it.
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Ryan Moeller <[email protected]>
Signed-off-by: Kjeld Schouten-Lebbing <[email protected]>
Closes #9681
Diffstat (limited to '.github')
-rw-r--r-- | .github/codecov.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/codecov.yml b/.github/codecov.yml index e4155dd85..b0742621a 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 |