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 05591e1feb Fix ut
05591e1feb is described below
commit 05591e1feb18eec69ae0aa73897d0e64c5694778
Author: Albumen Kevin <[email protected]>
AuthorDate: Fri Dec 6 20:44:40 2024 +0800
Fix ut
---
.github/workflows/build-and-test-pr.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build-and-test-pr.yml
b/.github/workflows/build-and-test-pr.yml
index e8f7b8a7d9..fd2560825a 100644
--- a/.github/workflows/build-and-test-pr.yml
+++ b/.github/workflows/build-and-test-pr.yml
@@ -557,7 +557,7 @@ jobs:
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
- flags: samples-tests
+ flags: integration-tests
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}