From cfe0464bf814fbf9e53ac9d9248cd749925203c2 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Fri, 8 Aug 2025 17:27:13 +0100 Subject: [PATCH] Remove codecov config (#37420) --- codecov.yml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index bb15a33275..0000000000 --- a/codecov.yml +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: BUSL-1.1 - -comment: - layout: "flags, files" - behavior: default - require_changes: true # only comment on changes in coverage - require_base: yes # [yes :: must have a base report to post] - require_head: yes # [yes :: must have a head report to post] - branches: # branch names that can post comment - - "main" - -coverage: - status: - project: - default: - informational: true - target: auto - threshold: "0.5%" - patch: - default: - informational: true - target: auto - threshold: "0.5%" - -github_checks: - annotations: false