Skip to content

Commit fa4c1fb

Browse files
committed
[Breaking Change] (config) Modify the download name to align with the workflow about organizing testing coverage reports.
1 parent a97587b commit fa4c1fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/upload_code_report_to_codacy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Download testing coverage report
3939
uses: actions/download-artifact@v3
4040
with:
41-
name: project_coverage_report
41+
name: final_project_testing_coverage_report
4242
path: ${{ inputs.download_path }}
4343

4444
- name: Generate testing report for Codacy

.github/workflows/upload_test_report_to_codecov.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Download code coverage result file
5252
uses: actions/download-artifact@v3
5353
with:
54-
name: project_coverage_report
54+
name: final_project_testing_coverage_report
5555
path: ${{ inputs.download_path }}
5656

5757
- name: Upload coverage report to platform Codecov

0 commit comments

Comments
 (0)