From f5b07d0989f4e105819d5237ccceac3ddda90701 Mon Sep 17 00:00:00 2001 From: Bryan Cox Date: Fri, 29 May 2026 12:40:13 -0400 Subject: [PATCH] ci: add Dockerfiles to codecov ignore list Dockerfiles contain no Go code and should not be included in coverage analysis. PRs that only modify Dockerfiles (e.g. #8627) fail patch coverage checks unnecessarily. Co-Authored-By: Claude Opus 4.6 --- codecov.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/codecov.yml b/codecov.yml index 31d7ec7e77f..11f3c9f7bc9 100644 --- a/codecov.yml +++ b/codecov.yml @@ -15,6 +15,7 @@ ignore: - "**/*.md" - "**/*.yaml" - "**/*.yml" + - "**/Dockerfile*" - "*.mod" - "*.sum" # Generated mock files