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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2a7b89b6db Adding codecov token (#15493)
2a7b89b6db is described below

commit 2a7b89b6db6da914a1860dabdd0f7bff83f15bc1
Author: Xiang Fu <[email protected]>
AuthorDate: Tue Apr 8 20:06:03 2025 -0700

    Adding codecov token (#15493)
---
 .github/workflows/pinot_tests.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/pinot_tests.yml 
b/.github/workflows/pinot_tests.yml
index 3823f78e03..912f6e86b4 100644
--- a/.github/workflows/pinot_tests.yml
+++ b/.github/workflows/pinot_tests.yml
@@ -158,6 +158,7 @@ jobs:
         with:
           flags: unittests,unittests${{ matrix.testset 
}},${{matrix.distribution}},java-${{matrix.java}},skip-bytebuffers-${{matrix.skip_bytebuffer}}
           name: codecov-unit-tests
+          token: 3cb787e5-09a8-4b23-8856-06410b11455f
           fail_ci_if_error: false
           verbose: true
 
@@ -238,6 +239,7 @@ jobs:
         with:
           flags: integration,integration${{ matrix.testset 
}},${{matrix.distribution}},java-${{matrix.java}},skip-bytebuffers-${{matrix.skip_bytebuffer}}
           name: codecov-integration-tests
+          token: 3cb787e5-09a8-4b23-8856-06410b11455f
           fail_ci_if_error: false
           verbose: true
       - name: Custom Integration Test
@@ -265,6 +267,7 @@ jobs:
         with:
           flags: integration,custom-integration${{ matrix.testset 
}},${{matrix.distribution}},java-${{matrix.java}}
           name: codecov-custom-integration-tests
+          token: 3cb787e5-09a8-4b23-8856-06410b11455f
           fail_ci_if_error: false
           verbose: true
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to