File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change @@ -21,3 +21,41 @@ coverage:
2121 default :
2222 target : 80%
2323 informational : false
24+
25+ # Define flags for different parts of the codebase
26+ flags :
27+ # Core packages
28+ core :
29+ paths :
30+ - packages/core/**/*
31+ carryforward : true
32+
33+ actions-shared :
34+ paths :
35+ - packages/actions-shared/**/*
36+ carryforward : true
37+
38+ destination-actions :
39+ paths :
40+ - packages/destination-actions/**/*
41+ carryforward : true
42+
43+ browser-destinations :
44+ paths :
45+ - packages/browser-destinations/**/*
46+ carryforward : true
47+
48+ ajv-human-errors :
49+ paths :
50+ - packages/ajv-human-errors/**/*
51+ carryforward : true
52+
53+ destination-subscriptions :
54+ paths :
55+ - packages/destination-subscriptions/**/*
56+ carryforward : true
57+
58+ destinations-manifest :
59+ paths :
60+ - packages/destinations-manifest/**/*
61+ carryforward : true
You can’t perform that action at this time.
0 commit comments