-
Notifications
You must be signed in to change notification settings - Fork 179
/
Copy path.codecov.yml
55 lines (51 loc) · 1.1 KB
/
.codecov.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
version: 2.0
coverage:
status:
project:
default:
target: auto
threshold: '10'
patch:
default:
target: auto
threshold: 0
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/**'
- '**/{test,tests,__tests__,__mocks__,mocks}/**'
- '**/*.{md,yaml,yml,json,rst}'
- '**/Makefile'
- '**/*.{in,ini,lock,toml,cfg}'
- '**/setup.py'
- '**/requirements.txt'
- '**/.flake8'
- '**/.coveragerc'
- '**/.prettierrc.js'
- '**/.eslintrc.js'
- '**/Pipfile'
- '**/Dockerfile*'
- '**/*.{config.js,config.ts}'
- '**/*.mk'
- '**/*.stories.tsx'
- '**/*.{mjs,css,cjs,mts}'
flag_management:
default_rules:
carryforward: true