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