This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch test/codecov
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/test/codecov by this push:
new 53793fbd57 Upload surefire reports
53793fbd57 is described below
commit 53793fbd57059c62355dc68bf509d428606cbcf0
Author: Albumen Kevin <[email protected]>
AuthorDate: Sun Dec 1 17:01:12 2024 +0800
Upload surefire reports
---
.github/workflows/build-and-test-pr.yml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.github/workflows/build-and-test-pr.yml
b/.github/workflows/build-and-test-pr.yml
index 7ae03a8f83..a99fb11576 100644
--- a/.github/workflows/build-and-test-pr.yml
+++ b/.github/workflows/build-and-test-pr.yml
@@ -263,6 +263,11 @@ jobs:
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
+ - name: "Upload surefire reports"
+ uses: actions/upload-artifact@v4
+ with:
+ name: surefire-reports
+ path: "**/target/surefire-reports/**"
samples-test-prepare:
needs: check-format