File tree 1 file changed +44
-42
lines changed
1 file changed +44
-42
lines changed Original file line number Diff line number Diff line change 2
2
# After modifying this file, it might be worth to validate it with:
3
3
# `curl --data-binary @.codecov.yml https://codecov.io/validate`
4
4
5
- # which branch to monitor and whether wait for ci success
6
- codecov :
7
- branch : master
8
- notify :
9
- require_ci_to_pass : yes
5
+ # NOTE: Codecov has been disabled for rose - too much effort to extract coverage from functional tests
10
6
11
- # define the colour bar limits here
12
- coverage :
13
- precision : 2
14
- round : down
15
- range : " 75...100 "
7
+ # # which branch to monitor and whether wait for ci success
8
+ # codecov :
9
+ # branch: master
10
+ # notify:
11
+ # require_ci_to_pass: yes
16
12
17
- # diff type
18
- status :
19
- project :
20
- default :
21
- # commits below this threshold will be marked as failed
22
- target : ' 84%'
23
- # how much we allow the coverage to drop
24
- threshold : ' 1%'
25
- patch :
26
- default :
27
- # basic
28
- target : ' 84%'
29
- threshold : ' 1%'
30
- base : auto
31
- # advanced
32
- branches : null
33
- if_no_uploads : error
34
- if_not_found : success
35
- if_ci_failed : error
36
- only_pulls : false
37
- flags : null
38
- paths : null
39
- changes : no
13
+ # # define the colour bar limits here
14
+ # coverage:
15
+ # precision: 2
16
+ # round: down
17
+ # range: "75...100"
40
18
41
- # files to ignore
42
- ignore :
43
- - " demo/**/*.py"
44
- - " etc/**/*.py"
45
- - " sphinx/**/*.py"
46
- - " t/**/*.py"
47
- - " .travis/**/*.py"
19
+ # # diff type
20
+ # status:
21
+ # project:
22
+ # default:
23
+ # # commits below this threshold will be marked as failed
24
+ # target: '84%'
25
+ # # how much we allow the coverage to drop
26
+ # threshold: '1%'
27
+ # patch:
28
+ # default:
29
+ # # basic
30
+ # target: '84%'
31
+ # threshold: '1%'
32
+ # base: auto
33
+ # # advanced
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
41
+ # changes: no
48
42
49
- # turn off comments to pull requests
50
- comment : off
43
+ # # files to ignore
44
+ # ignore:
45
+ # - "demo/**/*.py"
46
+ # - "etc/**/*.py"
47
+ # - "sphinx/**/*.py"
48
+ # - "t/**/*.py"
49
+ # - ".travis/**/*.py"
50
+
51
+ # # turn off comments to pull requests
52
+ # comment: off
You can’t perform that action at this time.
0 commit comments