We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0dc8d0 commit c28169aCopy full SHA for c28169a
.github/workflows/ci.yml
@@ -332,6 +332,7 @@ jobs:
332
with:
333
filename: "merged-coverage.xml"
334
fail_on_negative_difference: true
335
+ artifact_download_workflow_names: "Continuous integration"
336
only_list_changed_files: true
337
- name: Add Coverage PR Comment
338
if: steps.code_coverage_report_action.outputs.file != '' && github.event_name == 'pull_request' && (success() || failure())
0 commit comments