Skip to content

Commit 2f1acd6

Browse files
authored
fix: avoid duplicate artifact names (#173)
1 parent be43535 commit 2f1acd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ jobs:
200200
id: "code_coverage_report"
201201
with:
202202
artifact_download_workflow_names: "CI"
203+
artifact_name: coverage-%name%${{ matrix.artifact_suffix }}
203204
filename: codecov-${{ matrix.variant }}.xml
204205
overall_coverage_fail_threshold: 70
205206
only_list_changed_files: ${{ github.event_name == 'pull_request' }}

0 commit comments

Comments
 (0)