We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be43535 commit 2f1acd6Copy full SHA for 2f1acd6
.github/workflows/ci.yaml
@@ -200,6 +200,7 @@ jobs:
200
id: "code_coverage_report"
201
with:
202
artifact_download_workflow_names: "CI"
203
+ artifact_name: coverage-%name%${{ matrix.artifact_suffix }}
204
filename: codecov-${{ matrix.variant }}.xml
205
overall_coverage_fail_threshold: 70
206
only_list_changed_files: ${{ github.event_name == 'pull_request' }}
0 commit comments