This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch try_coverall
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/try_coverall by this push:
new c2a0e8e try coverall
c2a0e8e is described below
commit c2a0e8ea767dae7209770cbde1ea00bcc207efb5
Author: HTHou <[email protected]>
AuthorDate: Wed Dec 23 18:09:43 2020 +0800
try coverall
---
.github/workflows/sonar_and_coverall.yml | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/sonar_and_coverall.yml
b/.github/workflows/sonar_and_coverall.yml
index 2541fd1..58aaf71 100644
--- a/.github/workflows/sonar_and_coverall.yml
+++ b/.github/workflows/sonar_and_coverall.yml
@@ -66,7 +66,7 @@ jobs:
restore-keys: ${{ runner.os }}-m2
- name: Run Integration Test
run: mvn -B post-integration-test -Pcode-coverage -Pcoveralls -pl
server -am
- - name: Code Coverage (Coveralls) Test
+ - name: Code Coverage (Coveralls) Server Test
run: |
mvn -B coveralls:report \
--no-transfer-progress \
@@ -74,4 +74,13 @@ jobs:
-D branch=$BRANCH_NAME \
-D pullRequest=$PR_NUMBER \
-D repoToken=MiEOlMMMNQhLNV4yayn7rRUPyVSQzbzbZ \
- -pl server,tsfile
+ -pl server
+ - name: Code Coverage (Coveralls) TsFile Test
+ run: |
+ mvn -B coveralls:report \
+ --no-transfer-progress \
+ -DserviceName=travis_ci \
+ -D branch=$BRANCH_NAME \
+ -D pullRequest=$PR_NUMBER \
+ -D repoToken=MiEOlMMMNQhLNV4yayn7rRUPyVSQzbzbZ \
+ -pl tsfile