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

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


The following commit(s) were added to refs/heads/master by this push:
     new 68edd95  Bump codecov action to v3
68edd95 is described below

commit 68edd957a29558179a26345fb2f55ee8c5426091
Author: Aaron Ai <[email protected]>
AuthorDate: Thu Aug 4 11:27:39 2022 +0800

    Bump codecov action to v3
---
 .codecov.yml                       | 4 ++--
 .github/workflows/cpp_coverage.yml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.codecov.yml b/.codecov.yml
index 49dba4f..dd46a98 100644
--- a/.codecov.yml
+++ b/.codecov.yml
@@ -17,8 +17,8 @@ flags:
   cpp:
     carryforward: true
     paths:
-      - "./cpp/*"
+      - "cpp/*"
   java:
     carryforward: true
     paths:
-      - "./java/*"
\ No newline at end of file
+      - "java/*"
\ No newline at end of file
diff --git a/.github/workflows/cpp_coverage.yml 
b/.github/workflows/cpp_coverage.yml
index de22079..f9dcf77 100644
--- a/.github/workflows/cpp_coverage.yml
+++ b/.github/workflows/cpp_coverage.yml
@@ -13,7 +13,7 @@ jobs:
         working-directory: ./cpp
         run: bazel coverage  //...
       - name: Upload to Codecov
-        uses: codecov/[email protected]
+        uses: codecov/codecov-action@v3
         with:
           file: ./cpp/bazel-out/_coverage/_coverage_report.dat
           flags: cpp

Reply via email to