File tree 4 files changed +7
-0
lines changed
4 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -189,6 +189,8 @@ jobs:
189
189
190
190
- name : Upload coverage report
191
191
uses : codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed
192
+ env :
193
+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
192
194
if : ${{ matrix.task == 'jacocoTestReportDebug' }}
193
195
with :
194
196
fail_ci_if_error : true
Original file line number Diff line number Diff line change @@ -196,6 +196,8 @@ jobs:
196
196
197
197
- name : Upload coverage report
198
198
uses : codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed
199
+ env :
200
+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
199
201
if : success() && matrix.type == 'unit-test'
200
202
with :
201
203
fail_ci_if_error : true
Original file line number Diff line number Diff line change 30
30
- name : Download artifacts
31
31
uses : actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
32
32
with :
33
+ github-token : ${{ secrets.ACTIONS_TEST_REPORT_TOKEN }}
33
34
run-id : ${{ github.event.workflow_run.id }}
34
35
path : test-reports
35
36
- uses : dorny/test-reporter@c40d89d5e987cd80f3a32b3c233556e22bdca958
Original file line number Diff line number Diff line change @@ -159,6 +159,8 @@ jobs:
159
159
- name : Upload coverage report
160
160
if : success() && matrix.platform == 'x64' && matrix.type == 'msbuild'
161
161
uses : codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed
162
+ env :
163
+ CODECOV_TOKEN : ${{secrets.CODECOV_TOKEN}}
162
164
with :
163
165
fail_ci_if_error : true
164
166
verbose : false
You can’t perform that action at this time.
0 commit comments