-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcodecov.yml
39 lines (39 loc) · 865 Bytes
/
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
coverage:
precision: 2
round: down
range: "80...100"
ignore:
- "**/build/*"
- "**/build/helpers/*"
- "**/documentation/*"
- "**/Interfaces/IQuery.cs"
- "**/setupTests.js"
- "**/react-app-env.d.ts"
- "**/service-worker.ts"
- "webhtmlcli/**/*.js"
- "**/wwwroot/js/**/*"
- "**/*/Migrations/*"
- "**/*spec.tsx"
- "**/*stories.tsx"
- "**/*spec.ts"
- "**/src/main.tsx"
- "**/src/index.tsx"
- "**/src/style/css/vendor/*"
- "**/node_modules/*"
- "**/prestorybook.js"
- "**/vite.config.ts"
- "**/.storybook/**"
- "**/jest.setup.ts"
- "**/_bigimages-helper.js"
status:
project:
default:
target: auto
threshold: 8%
base: auto
# advanced settings
branches:
- master
patch:
default:
target: 85%