This is an automated email from the ASF dual-hosted git repository.

hgruszecki pushed a change to branch codecov
in repository https://gitbox.apache.org/repos/asf/iggy.git


    omit 3d88f9114 Merge branch 'master' into codecov
    omit db34846df ci(rust): add code coverage reporting with Codecov
    omit 7db7eeae1 feat(cluster): add `Partitions` trait that unifies both 
single-node and VSR operations (#2620)
     new 9f9aca97a ci(rust): add code coverage reporting with Codecov

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   (3d88f9114)
            \
             N -- N -- N   refs/heads/codecov (9f9aca97a)

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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/actions/csharp-dotnet/pre-merge/action.yml |   2 -
 .github/actions/go/pre-merge/action.yml            |   2 -
 .github/actions/java-gradle/pre-merge/action.yml   |   2 -
 .github/actions/node-npm/pre-merge/action.yml      |   2 -
 .../actions/python-maturin/pre-merge/action.yml    |   2 -
 .github/actions/rust/pre-merge/action.yml          |   2 +-
 .../actions/utils/setup-rust-with-cache/action.yml |  24 ++--
 .github/workflows/_test_bdd.yml                    |   2 -
 .github/workflows/_test_examples.yml               |   2 -
 .github/workflows/post-merge.yml                   |   2 -
 core/partitions/src/lib.rs                         | 127 +--------------------
 core/partitions/src/types.rs                       | 122 +++-----------------
 12 files changed, 37 insertions(+), 254 deletions(-)

Reply via email to