Skip to content

Commit

Permalink
codecov patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
y3rsh committed Feb 6, 2025
1 parent 0402827 commit 3f29994
Showing 1 changed file with 19 additions and 20 deletions.
39 changes: 19 additions & 20 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}'
Expand Down

0 comments on commit 3f29994

Please sign in to comment.