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 1fffb37719bec00ce66aadda4ffba65436affb77 Author: Aaron Ai <[email protected]> AuthorDate: Wed Aug 3 13:47:57 2022 +0800 test --- .github/workflows/cpp_coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cpp_coverage.yml b/.github/workflows/cpp_coverage.yml index 7dab30f..dc0ff0b 100644 --- a/.github/workflows/cpp_coverage.yml +++ b/.github/workflows/cpp_coverage.yml @@ -13,7 +13,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 //... - name: Upload to Codecov uses: codecov/[email protected] with:
