Skip to content

Commit 3f29994

Browse files
committed
codecov patterns
1 parent 0402827 commit 3f29994

File tree

1 file changed

+19
-20
lines changed

1 file changed

+19
-20
lines changed

.codecov.yml

+19-20
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,25 @@ comment:
1515
layout: 'reach, diff, flags, files'
1616

1717
ignore:
18-
- 'webpack-config/**'
19-
- 'hardware-testing/**'
20-
- 'abr-testing/**'
21-
- 'test-data-generation/**'
22-
- 'performance-metrics/**'
23-
- 'package-testing/**'
24-
- 'opentrons-ai-server/**'
25-
- 'opentrons-ai-client/**'
26-
- 'g-code-testing/**'
27-
- 'api-client/**'
28-
- 'analyses-snapshot-testing/**'
29-
- '.storybook/**'
30-
- 'react-api-client/**'
31-
- 'scripts/**'
32-
- '.github/**'
33-
- '**/build/**'
34-
- '**/dist/**'
35-
- '**/node_modules/**'
36-
- '**/cypress/**'
37-
- '**/{test,tests,__tests__,__mocks__,mocks}/**'
18+
- 'hardware-testing/**/*'
19+
- 'abr-testing/**/*'
20+
- 'test-data-generation/**/*'
21+
- 'performance-metrics/**/*'
22+
- 'package-testing/**/*'
23+
- 'opentrons-ai-server/**/*'
24+
- 'opentrons-ai-client/**/*'
25+
- 'g-code-testing/**/*'
26+
- 'api-client/**/*'
27+
- 'analyses-snapshot-testing/**/*'
28+
- '.storybook/**/*'
29+
- 'react-api-client/**/*'
30+
- 'scripts/**/*'
31+
- '.github/**/*'
32+
- '**/build/**/*'
33+
- '**/dist/**/*'
34+
- '**/node_modules/**/*'
35+
- '**/cypress/**/*'
36+
- '**/{test,tests,__tests__,__mocks__,mocks}/**/*'
3837
- '**/*.{md,yaml,yml,json,rst}'
3938
- '**/Makefile'
4039
- '**/*.{in,ini,lock,toml,cfg}'

0 commit comments

Comments
 (0)