2024-07-27 21:52:23 +00:00
|
|
|
comment:
|
|
|
|
# Only show diff and files changed:
|
|
|
|
layout: diff, files
|
|
|
|
# Don't post if no changes in coverage:
|
|
|
|
require_changes: true
|
2020-10-17 16:13:33 +00:00
|
|
|
|
|
|
|
codecov:
|
|
|
|
notify:
|
|
|
|
# Wait for all coverage builds:
|
2024-07-17 16:21:32 +00:00
|
|
|
# - coverage-linux.yml
|
2024-07-27 21:52:23 +00:00
|
|
|
# - coverage-windows.yml [manually disabled see #50489]
|
2024-07-17 16:21:32 +00:00
|
|
|
# - coverage-linux-without-intl.yml
|
2024-07-27 21:52:23 +00:00
|
|
|
after_n_builds: 2
|
2023-04-01 07:08:22 +00:00
|
|
|
|
|
|
|
coverage:
|
2024-07-17 16:21:32 +00:00
|
|
|
# Useful for blocking Pull Requests that don't meet a particular coverage threshold.
|
2023-04-01 07:08:22 +00:00
|
|
|
status:
|
|
|
|
project: off
|
|
|
|
patch: off
|