We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b08da commit d0dc8d0Copy full SHA for d0dc8d0
.github/workflows/ci.yml
@@ -332,7 +332,6 @@ jobs:
332
with:
333
filename: "merged-coverage.xml"
334
fail_on_negative_difference: true
335
- artifact_download_workflow_names: "ci,cron"
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