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

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


The following commit(s) were added to refs/heads/master by this push:
     new d897efbab fix(ci): pass Codecov token to C# and Java test jobs (#2800)
d897efbab is described below

commit d897efbab6f847c517a546f2ed1397ffef3860cc
Author: Hubert Gruszecki <[email protected]>
AuthorDate: Mon Feb 23 14:09:18 2026 +0100

    fix(ci): pass Codecov token to C# and Java test jobs (#2800)
---
 .github/workflows/pre-merge.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/pre-merge.yml b/.github/workflows/pre-merge.yml
index 35c8dee28..c947c80aa 100644
--- a/.github/workflows/pre-merge.yml
+++ b/.github/workflows/pre-merge.yml
@@ -110,6 +110,8 @@ jobs:
     with:
       component: ${{ matrix.component }}
       task: ${{ matrix.task }}
+    secrets:
+      CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
 
   # C# SDK
   test-csharp:
@@ -123,6 +125,8 @@ jobs:
     with:
       component: ${{ matrix.component }}
       task: ${{ matrix.task }}
+    secrets:
+      CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
 
   # Other components
   test-other:

Reply via email to