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 d9c544c  Set path for codecov flag
d9c544c is described below

commit d9c544cf5eae3b1f9544fcef37faa6be36f0c979
Author: Aaron Ai <[email protected]>
AuthorDate: Thu Aug 4 10:19:43 2022 +0800

    Set path for codecov flag
---
 .codecov.yml | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/.codecov.yml b/.codecov.yml
index 4bb3762..49dba4f 100644
--- a/.codecov.yml
+++ b/.codecov.yml
@@ -13,6 +13,12 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-flag_management:
-  default_rules:
-    carryforward: true
\ No newline at end of file
+flags:
+  cpp:
+    carryforward: true
+    paths:
+      - "./cpp/*"
+  java:
+    carryforward: true
+    paths:
+      - "./java/*"
\ No newline at end of file

Reply via email to