File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 27
27
uses : ecmwf-actions/downstream-ci/.github/workflows/downstream-ci.yml@main
28
28
with :
29
29
eccodes : ecmwf/eccodes@${{ github.event.pull_request.head.sha || github.sha }}
30
+ codecov_upload : true
30
31
secrets : inherit
31
32
32
33
# Run CI of private downstream packages on self-hosted runners
@@ -74,23 +75,13 @@ jobs:
74
75
event_type : downstream-ci-hpc
75
76
payload : ' {"eccodes": "ecmwf/eccodes@${{ github.event.pull_request.head.sha || github.sha }}"}'
76
77
77
- codecov :
78
- name : code-coverage
79
- if : ${{ !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }}
80
- uses : ./.github/workflows/reusable-ci.yml
81
- with :
82
- eccodes : ecmwf/eccodes@${{ github.event.pull_request.head.sha || github.sha }}
83
- codecov : true
84
- secrets : inherit
85
-
86
78
notify :
87
79
runs-on : ubuntu-latest
88
80
needs :
89
81
- downstream-ci
90
82
- private-downstream-ci
91
83
- downstream-ci-hpc
92
84
- private-downstream-ci-hpc
93
- - codecov
94
85
if : always() && ${{ !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }}
95
86
steps :
96
87
- name : Trigger Teams notification
You can’t perform that action at this time.
0 commit comments