Skip to content

Commit b2692a3

Browse files
authored
Update analysis.yml
1 parent 17be5da commit b2692a3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/analysis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,16 +100,12 @@ jobs:
100100
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
101101
run: |
102102
mvn --batch-mode -DclickhouseVersion=$PREFERRED_LTS_VERSION \
103-
-Panalysis verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
104-
pwd
105-
ls -l ./client-v2/target/site/jacoco-aggregate/jacoco.xml
103+
-Panalysis verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=ClickHouse_clickhouse-java
106104
continue-on-error: true
107105
- name: Generate and post coverage report
108106
env:
109107
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
110108
run: |
111-
pwd
112-
ls -la
113109
PR_ARG=''
114110
if [ ! -z $PR_NUMBER ]; then RP_ARG="--pr $PR_NUMBER"; fi;
115111
echo $PR_ARG

0 commit comments

Comments
 (0)