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
The following commit(s) were added to refs/heads/java_dev by this push:
new f8cff62 Ban cpp coverage
f8cff62 is described below
commit f8cff62c824582c5fad933cdf9ed9305f274dbcc
Author: Aaron Ai <[email protected]>
AuthorDate: Wed Aug 3 14:30:38 2022 +0800
Ban cpp coverage
---
.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 0edc9e2..7dab30f 100644
--- a/.github/workflows/cpp_coverage.yml
+++ b/.github/workflows/cpp_coverage.yml
@@ -4,7 +4,7 @@ on:
types: [opened, reopened, synchronize]
push:
branches:
- - java_dev
+ - master
# mainly refer to:
https://github.com/merkrafter/Merkompiler/blob/development/.github/workflows/quality_assurance.yml
jobs:
calculate-coverage: