This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 915fb43 Enable sonar-coveralls for pr from fork repos (#3293)
915fb43 is described below
commit 915fb433caf757cda7b82795513e5925ac4b4f0f
Author: HTHou <[email protected]>
AuthorDate: Tue Jun 1 02:09:42 2021 +0800
Enable sonar-coveralls for pr from fork repos (#3293)
---
.github/workflows/sonar-coveralls.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/sonar-coveralls.yml
b/.github/workflows/sonar-coveralls.yml
index 7b6f1aa..8493353 100644
--- a/.github/workflows/sonar-coveralls.yml
+++ b/.github/workflows/sonar-coveralls.yml
@@ -1,7 +1,7 @@
# This workflow will build a Java project with Maven
# For more information see:
https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
-name: Sonar-Coveralls(Ignore this on folk Repos)
+name: Sonar-Coveralls
on:
push:
@@ -22,6 +22,7 @@ on:
env:
MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false
-Dmaven.wagon.http.retryHandler.class=standard
-Dmaven.wagon.http.retryHandler.count=3
+ PR_NUMBER: ${{ github.event.number }}
jobs:
ubuntu: