๐Ÿ“ฆ mui / mui-x

๐Ÿ“„ codecov.yml ยท 18 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18coverage:
  ignore:
    - 'packages/x-charts-vendor'
    - '**/*.test.tsx'
    - '**/*.test.ts'
  status:
    project:
      default:
        target: auto
        threshold: 1%
      adapters:
        target: 100%
        paths:
          - packages/x-date-pickers/src/Adapter*/Adapter*.ts
    patch: off

comment: false