You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2023/09/07 07:10:24 UTC

[iotdb] 01/02: rename workflow

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

haonan pushed a commit to branch codecov
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 3f198f73907159e941cd44a1ab944902f1e1a2bf
Author: HTHou <hh...@outlook.com>
AuthorDate: Thu Sep 7 14:24:37 2023 +0800

    rename workflow
---
 .github/workflows/sonar-coveralls.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/sonar-coveralls.yml b/.github/workflows/sonar-coveralls.yml
index 5a1279a1486..d382a0d9860 100644
--- a/.github/workflows/sonar-coveralls.yml
+++ b/.github/workflows/sonar-coveralls.yml
@@ -32,7 +32,7 @@ env:
   PR_NUMBER: ${{ github.event.number }}
 
 jobs:
-  coveralls:
+  codecov:
     runs-on: ubuntu-latest
     if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == 'apache/iotdb' || github.event_name == 'push'
 
@@ -48,7 +48,7 @@ jobs:
         run: | 
           mvn -B -P with-code-coverage clean compile test -pl distribution,iotdb-client/cli,iotdb-client/session,iotdb-client/jdbc -am -Dtest.port.closed=true
           mvn -B coveralls:report
-      - name: Upload coverage reports to Codecov
+      - name: Upload coverage reports to codecov
         uses: codecov/codecov-action@v3
         with:
           token: ${{ secrets.CODECOV_TOKEN }}