File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -246,11 +246,13 @@ jobs:
246
246
pattern : coverage-*
247
247
248
248
- name : Upload coverage to Codecov
249
- uses : codecov/codecov-action@v4
249
+ uses : codecov/codecov-action@v5
250
250
timeout-minutes : 10
251
251
with :
252
252
token : ${{ secrets.CODECOV_TOKEN }}
253
253
name : graphql-platform
254
+ files : ' ./output/download/coverage-*/*/coverage.opencover.xml'
255
+ disable_search : true
254
256
flags : unittests
255
257
fail_ci_if_error : true
256
258
Original file line number Diff line number Diff line change @@ -130,10 +130,12 @@ jobs:
130
130
pattern : coverage-*
131
131
132
132
- name : Upload coverage to Codecov
133
- uses : codecov/codecov-action@v4
133
+ uses : codecov/codecov-action@v5
134
134
timeout-minutes : 10
135
135
with :
136
136
token : ${{ secrets.CODECOV_TOKEN }}
137
137
name : graphql-platform
138
+ files : ' ./output/download/coverage-*/*/coverage.opencover.xml'
139
+ disable_search : true
138
140
flags : unittests
139
141
fail_ci_if_error : true
You can’t perform that action at this time.
0 commit comments