From da7ed8b292828303cff401cd7c029c2aa4434a9a Mon Sep 17 00:00:00 2001 From: Kyle Carberry Date: Fri, 27 May 2022 17:25:24 -0500 Subject: [PATCH] chore: Ignore scripts from code coverage (#1878) 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 b631efe522..176d4bb5d2 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