From 3f2999427bb559fd58c531334bddf27e398d886f Mon Sep 17 00:00:00 2001 From: Josh McVey Date: Thu, 6 Feb 2025 13:05:57 -0600 Subject: [PATCH] codecov patterns --- .codecov.yml | 39 +++++++++++++++++++-------------------- 1 file changed, 19 insertions(+), 20 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index f31d4dafc7d..875c09e6808 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -15,26 +15,25 @@ comment: layout: 'reach, diff, flags, files' ignore: - - 'webpack-config/**' - - 'hardware-testing/**' - - 'abr-testing/**' - - 'test-data-generation/**' - - 'performance-metrics/**' - - 'package-testing/**' - - 'opentrons-ai-server/**' - - 'opentrons-ai-client/**' - - 'g-code-testing/**' - - 'api-client/**' - - 'analyses-snapshot-testing/**' - - '.storybook/**' - - 'react-api-client/**' - - 'scripts/**' - - '.github/**' - - '**/build/**' - - '**/dist/**' - - '**/node_modules/**' - - '**/cypress/**' - - '**/{test,tests,__tests__,__mocks__,mocks}/**' + - 'hardware-testing/**/*' + - 'abr-testing/**/*' + - 'test-data-generation/**/*' + - 'performance-metrics/**/*' + - 'package-testing/**/*' + - 'opentrons-ai-server/**/*' + - 'opentrons-ai-client/**/*' + - 'g-code-testing/**/*' + - 'api-client/**/*' + - 'analyses-snapshot-testing/**/*' + - '.storybook/**/*' + - 'react-api-client/**/*' + - 'scripts/**/*' + - '.github/**/*' + - '**/build/**/*' + - '**/dist/**/*' + - '**/node_modules/**/*' + - '**/cypress/**/*' + - '**/{test,tests,__tests__,__mocks__,mocks}/**/*' - '**/*.{md,yaml,yml,json,rst}' - '**/Makefile' - '**/*.{in,ini,lock,toml,cfg}'