File tree Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Original file line number Diff line number Diff line change 1
- # -*- coding: utf-8 -*-
2
1
# ----------------------------------------------------------------------------
3
2
# Copyright (C) British Crown (Met Office) & Contributors.
4
3
#
23
22
# which branch to monitor and whether wait for ci success
24
23
codecov :
25
24
branch : master
26
- notify :
27
- require_ci_to_pass : yes
25
+ max_report_age : 5d
28
26
29
27
# define the colour bar limits here
30
28
coverage :
@@ -42,23 +40,13 @@ coverage:
42
40
threshold : ' 5%'
43
41
patch :
44
42
default :
45
- # basic
46
43
target : ' 75%'
47
44
threshold : ' 5%'
48
45
base : auto
49
- # advanced
50
- branches : null
51
- if_no_uploads : error
52
- if_not_found : success
53
- if_ci_failed : error
54
- only_pulls : false
55
- flags : null
56
- paths : null
57
- changes : no
58
46
59
47
# files to ignore
60
48
ignore :
61
49
- " metomi/isodatetime/tests*"
62
50
63
51
# turn off comments to pull requests
64
- comment : off
52
+ comment : false
Original file line number Diff line number Diff line change 90
90
uses : actions/download-artifact@v4
91
91
92
92
- name : Codecov upload
93
- uses : codecov/codecov-action@v4
93
+ uses : codecov/codecov-action@v5
94
94
with :
95
95
name : ${{ github.workflow }}
96
96
fail_ci_if_error : true
You can’t perform that action at this time.
0 commit comments