This is an automated email from the ASF dual-hosted git repository.
hgruszecki pushed a change to branch ci/fix-coverage-partitioning
in repository https://gitbox.apache.org/repos/asf/iggy.git
omit a3ddcea93 ci(coverage): harden Codecov uploads for partitioned test
runs
add 95a15b3ae ci: harden uploads and add Codecov components
add a2a468371 ci: extract coverage baseline and warm-cache workflows
add 18969ab86 ci: extract edge release into dedicated workflow
add 6d918f69e ci: add workflow descriptions to top-level triggers
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (a3ddcea93)
\
N -- N -- N refs/heads/ci/fix-coverage-partitioning (6d918f69e)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../{post-merge.yml => coverage-baseline.yml} | 233 +---------
.github/workflows/edge-release.yml | 123 +++++
.github/workflows/post-merge.yml | 507 +--------------------
.github/workflows/pre-merge.yml | 4 +
.github/workflows/warm-cache.yml | 58 +++
codecov.yml | 29 +-
6 files changed, 224 insertions(+), 730 deletions(-)
copy .github/workflows/{post-merge.yml => coverage-baseline.yml} (62%)
create mode 100644 .github/workflows/edge-release.yml
create mode 100644 .github/workflows/warm-cache.yml