From 42eefebae3cf1c070a6d02a3d46f5c27524f52a5 Mon Sep 17 00:00:00 2001 From: Eli Polonsky Date: Mon, 6 Jan 2025 10:37:15 +0200 Subject: [PATCH] Update codecov.yml --- codecov.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/codecov.yml b/codecov.yml index b73c1ed223090..f16ecc1f3df22 100644 --- a/codecov.yml +++ b/codecov.yml @@ -37,3 +37,4 @@ component_management: # https://docs.codecov.com/docs/ignoring-paths ignore: - packages/aws-cdk/lib/cli.ts # we integ test this file + - ^(?!.*packages\/(aws-cdk|aws-cdk-lib\/core)\/).+$ # ignore anything that isn't in the cli or core