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 e7161e7 Trigger codecov on pull request (#138)
e7161e7 is described below
commit e7161e7464267039b794769bb84371cc11436ac2
Author: Aaron Ai <[email protected]>
AuthorDate: Wed Aug 3 22:12:59 2022 +0800
Trigger codecov on pull request (#138)
---
.github/workflows/java_coverage.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/workflows/java_coverage.yml
b/.github/workflows/java_coverage.yml
index 4aa10b5..b12d88c 100644
--- a/.github/workflows/java_coverage.yml
+++ b/.github/workflows/java_coverage.yml
@@ -1,5 +1,9 @@
name: Java Coverage
on:
+ pull_request:
+ types: [opened, reopened, synchronize]
+ paths:
+ - 'java/**'
push:
branches:
- master