Skip to content

Commit 1992fd3

Browse files
authored
Updating r7 from v7.1.0
2 parents 497307f + 2658aeb commit 1992fd3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/PublishCoverageResults.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ jobs:
205205
continue-on-error: true
206206
with:
207207
token: ${{ secrets.CODECOV_TOKEN }}
208+
report_type: "coverage"
208209
disable_search: true
209210
files: ${{ fromJson(inputs.coverage_report_xml).fullpath }}
210211
flags: unittests

.github/workflows/PublishTestResults.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,13 @@ jobs:
144144
reporter: java-junit
145145

146146
- name: 📊 Publish unittest results at CodeCov
147-
uses: codecov/test-results-action@v1
147+
uses: codecov/codecov-action@v5
148148
id: codecov
149149
if: inputs.codecov == 'true'
150150
continue-on-error: true
151151
with:
152152
token: ${{ secrets.CODECOV_TOKEN }}
153+
report_type: "test_results"
153154
disable_search: true
154155
files: ${{ inputs.merged_junit_filename }}
155156
flags: ${{ inputs.codecov_flags }}

0 commit comments

Comments
 (0)