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

aaronai pushed a commit to branch java_dev
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git

commit 7495aa866ca6e698b2bfb43e39842d2723b3638f
Author: Aaron Ai <[email protected]>
AuthorDate: Wed Aug 3 14:38:50 2022 +0800

    find dat file
---
 .github/workflows/cpp_coverage.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.github/workflows/cpp_coverage.yml 
b/.github/workflows/cpp_coverage.yml
index 0edc9e2..811c84b 100644
--- a/.github/workflows/cpp_coverage.yml
+++ b/.github/workflows/cpp_coverage.yml
@@ -1,7 +1,5 @@
 name: CPP Coverage
 on:
-  pull_request:
-    types: [opened, reopened, synchronize]
   push:
     branches:
       - java_dev
@@ -13,7 +11,7 @@ jobs:
       - uses: actions/checkout@v2
       - name: Generate coverage report
         working-directory: ./cpp
-        run: bazel coverage  //...
+        run: bazel coverage --config=remote 
--remote_header=x-buildbuddy-api-key=${{ secrets.BUILD_BUDDY_API_KEY }} 
--experimental_split_coverage_postprocessing 
--experimental_fetch_all_coverage_outputs  //... && find . -name "*.dat"
       - name: Upload to Codecov
         uses: codecov/[email protected]
         with:

Reply via email to