File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 1+ codecov :
2+ require_ci_to_pass : false
3+ notify :
4+ wait_for_ci : true
5+
6+ coverage :
7+ precision : 2
8+ round : down
9+ range : " 50...70"
10+ status :
11+ patch :
12+ default :
13+ if_ci_failed : success
14+ informational : true
15+ default_rules :
16+ flag_coverage_not_uploaded_behavior : exclude
17+ project :
18+ default :
19+ target : auto
20+ # Threshold used for the PR Check
21+ threshold : 0.5%
22+ base : auto
23+ if_ci_failed : success
24+ informational : true
25+ only_pulls : true
26+
27+ # PR Comment configuration
28+ comment :
29+ layout : " diff, flags, files, components"
30+ behavior : default
31+ require_changes : false
32+ require_base : false
33+ require_head : false
34+ # Set this to the number of coverage jobs run in the PR
35+ after_n_builds : 1
36+
37+ flag_management :
38+ default_rules :
39+ carryforward : true
You can’t perform that action at this time.
0 commit comments