Skip to content

Commit 877ddd5

Browse files
authored
Merge pull request #11180 from neinteractiveliterature/coverage-report-comparisons-fix
Fix code coverage comparisons in CI
2 parents 8c0bfd7 + c28169a commit 877ddd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ jobs:
332332
with:
333333
filename: "merged-coverage.xml"
334334
fail_on_negative_difference: true
335-
artifact_download_workflow_names: "ci,cron"
335+
artifact_download_workflow_names: "Continuous integration"
336336
only_list_changed_files: true
337337
- name: Add Coverage PR Comment
338338
if: steps.code_coverage_report_action.outputs.file != '' && github.event_name == 'pull_request' && (success() || failure())

0 commit comments

Comments
 (0)