-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodecov.yml
40 lines (34 loc) · 1003 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
40
coverage:
status:
project:
default:
target: auto
threshold: 5
patch:
default:
target: 75
ignore:
- "inventory-management-system/src/mocks"
# Post comment if there are changes in bundle size of any size
comment:
require_bundle_changes: True
# Post comment if there are changes in bundle size exceeding 1Kb
comment:
require_bundle_changes: True
bundle_change_threshold: "1Kb"
# Post comment if there are changes in bundle size increases more than 1Mb
comment:
require_bundle_changes: "bundle_increase"
bundle_change_threshold: "1Mb"
# Post informational status (never fails) with threshold of 5%
# This is the default configuration
bundle_analysis:
warning_threshold: "5%"
status: "informational"
# Disable commit status
bundle_analysis:
status: False
# Post commit status that will fail if change is larger than threshold of 10MB
bundle_analysis:
warning_threshold: "10MB"
status: True