From e6b3bbc5fe8ee7a2f23ac0fb5a6d43e4c4d22e5e Mon Sep 17 00:00:00 2001 From: kylecarbs Date: Fri, 27 May 2022 22:11:16 +0000 Subject: [PATCH] chore: Ignore scripts from code coverage Our CI scripts don't need to have thorough tests, and aren't in the hot path of the product. --- .github/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/codecov.yml b/.github/codecov.yml index b631efe522a46..176d4bb5d2465 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -29,6 +29,6 @@ ignore: - peerbroker/proto - provisionerd/proto - provisionersdk/proto - - scripts/datadog-cireport + - scripts - site/.storybook - rules.go