From 755a87cdbb4c6fe1a82120abffb63ff8123b7725 Mon Sep 17 00:00:00 2001 From: Matt Moyer Date: Mon, 15 Mar 2021 10:43:17 -0500 Subject: [PATCH] Ignore test coverage for local-user-authenticator. This should ignore coverage changes in this test-only component, using the syntax described here: https://docs.codecov.io/docs/ignoring-paths. Signed-off-by: Matt Moyer --- .github/codecov.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/codecov.yml b/.github/codecov.yml index 4e693b09..e8958790 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -2,7 +2,7 @@ codecov: strict_yaml_branch: main require_ci_to_pass: no notify: - wait_for_ci: no + wait_for_ci: no coverage: status: project: @@ -11,3 +11,5 @@ coverage: patch: default: informational: true +ignore: +- cmd/local-user-authenticator/