File tree Expand file tree Collapse file tree 1 file changed +36
-36
lines changed Expand file tree Collapse file tree 1 file changed +36
-36
lines changed Original file line number Diff line number Diff line change 22# Docs can be found here: https://docs.codecov.io/v4.3.0/docs/commit-status
33coverage :
44 status :
5- project :
6- tests :
7- target : 97%
8- paths : " tests/"
9- base : auto
10- branches : null
11- if_no_uploads : error
12- if_not_found : success
13- if_ci_failed : error
14- only_pulls : false
15- flags : null
16- agent :
17- target : auto
18- # Overall coverage should never drop more then 0.5%
19- threshold : 0.5
20- paths : " elasticapm/"
21- base : auto
22- branches : null
23- if_no_uploads : error
24- if_not_found : success
25- if_ci_failed : error
26- only_pulls : false
27- flags : null
28- patch :
29- default :
30- target : auto
31- # Allows PRs without tests, overall stats count
32- threshold : 100
33- base : auto
34- branches : null
35- if_no_uploads : error
36- if_not_found : success
37- if_ci_failed : error
38- only_pulls : false
39- flags : null
40- paths : null
5+ project : off
6+ # tests:
7+ # target: 97%
8+ # paths: "tests/"
9+ # base: auto
10+ # branches: null
11+ # if_no_uploads: error
12+ # if_not_found: success
13+ # if_ci_failed: error
14+ # only_pulls: false
15+ # flags: null
16+ # agent:
17+ # target: auto
18+ # # Overall coverage should never drop more then 0.5%
19+ # threshold: 0.5
20+ # paths: "elasticapm/"
21+ # base: auto
22+ # branches: null
23+ # if_no_uploads: error
24+ # if_not_found: success
25+ # if_ci_failed: error
26+ # only_pulls: false
27+ # flags: null
28+ patch : off
29+ # default:
30+ # target: auto
31+ # # Allows PRs without tests, overall stats count
32+ # threshold: 100
33+ # base: auto
34+ # branches: null
35+ # if_no_uploads: error
36+ # if_not_found: success
37+ # if_ci_failed: error
38+ # only_pulls: false
39+ # flags: null
40+ # paths: null
4141
4242# Disable comments on Pull Requests
4343comment : false
You can’t perform that action at this time.
0 commit comments