This is an automated email from the ASF dual-hosted git repository.

marsevilspirit pushed a commit to branch fix-ci
in repository https://gitbox.apache.org/repos/asf/dubbo-admin.git

commit 66ffa906a117d7311161617e430c2a68dc0bda5b
Author: marsevilspirit <[email protected]>
AuthorDate: Sat Sep 20 09:21:11 2025 +0000

    delete unused ci
---
 .github/workflows/ci.yml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d735411c..467757ff 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -74,12 +74,6 @@ jobs:
       - name: Run Unit Test
         run: make test
       # TODO(marsevilspirit): add lint
-      - name: Upload test result
-        if: always()
-        uses: actions/upload-artifact@v4
-        with:
-          name: test-coverage
-          path: "**/coverage.txt"
       - name: Coverage
         # TODO(marsevilspirit): fix coverage
         run: bash <(curl -s https://codecov.io/bash)

Reply via email to