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 b049007 Delete redundant path in codecov (#143)
b049007 is described below
commit b0490077877757a5bf5088e08e9208085cfefa98
Author: Aaron Ai <[email protected]>
AuthorDate: Thu Aug 4 17:35:12 2022 +0800
Delete redundant path in codecov (#143)
---
.github/workflows/java_coverage.yml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/java_coverage.yml
b/.github/workflows/java_coverage.yml
index 6c9657a..0ad1e25 100644
--- a/.github/workflows/java_coverage.yml
+++ b/.github/workflows/java_coverage.yml
@@ -20,10 +20,14 @@ jobs:
distribution: "adopt"
- name: Generate coverage report
run: mvn test --file ./java/pom.xml
+ - name: Test summary
+ uses: test-summary/action@v1
+ with:
+ paths: "**/TEST-*.xml"
+ if: always()
- name: Upload to Codecov
uses: codecov/codecov-action@v3
with:
- file: ./java/client/target/site/jacoco/jacoco.xml
flags: java
fail_ci_if_error: true
verbose: true