Skip to content

Commit 5bee5e6

Browse files
committed
[Bug Fix] (config) Remove invalid argument of action.
1 parent 8089354 commit 5bee5e6

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/organize_and_generate_test_cov_reports.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
with:
3939
name: coverage
4040
path: ./
41-
if-no-files-found: error
4241

4342
- name: Setup Python 3.10 in Ubuntu OS
4443
uses: actions/setup-python@v4

.github/workflows/upload_test_cov_report.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,12 @@ jobs:
101101
with:
102102
name: test_coverage_data_file
103103
path: ${{ inputs.download_path }}
104-
if-no-files-found: error
105104

106105
- name: Download code coverage result files which has be handled by different test type process
107106
uses: actions/download-artifact@v3
108107
with:
109108
name: test_coverage_xml_report
110109
path: ${{ inputs.download_path }}
111-
if-no-files-found: error
112110

113111
- name: Install Python 3.10
114112
if: ${{ inputs.upload-to-codecov == true || inputs.upload-to-coveralls == true }}

0 commit comments

Comments
 (0)