aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorKjeld Schouten-Lebbing <[email protected]>2019-12-18 02:47:58 +0100
committerBrian Behlendorf <[email protected]>2019-12-17 17:47:58 -0800
commit3035f14d82d0ba6a68eec0242dd37bfeace424bc (patch)
tree5497123ac42a40f9dec6b577985e5c2b53517fbc /.github
parente8b199faec442a2e831f715ce187acf4bce0e930 (diff)
Moves Codecov Ignore to LCOV
Rely on ax_code_coverage to exclude test directories. - Removes broken codecov ignore - Places ignore section in ax_code_coverage - Forwards users from codecov to LCOV for ignores Reviewed-by: Prakash Surya <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Richard Laager <[email protected]> Signed-off-by: Kjeld Schouten-Lebbing <[email protected]> Closes #9726
Diffstat (limited to '.github')
-rw-r--r--.github/codecov.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/codecov.yml b/.github/codecov.yml
index da4de3a08..6d4932680 100644
--- a/.github/codecov.yml
+++ b/.github/codecov.yml
@@ -22,5 +22,4 @@ comment:
behavior: once # update if exists; post new; skip if deleted
require_changes: yes # only post when coverage changes
-ignore:
- - "tests/**/*" # Don't need Tests to cover themselves
+# ignore: Please place any ignores in config/ax_code_coverage.m4 instead