Skip to content

Commit a4e4ded

Browse files
committed
fixed pass
1 parent b10ad2d commit a4e4ded

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/analysis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,16 @@ jobs:
9797
run: |
9898
mvn --batch-mode -DclickhouseVersion=$PREFERRED_LTS_VERSION \
9999
-Panalysis verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
100+
pwd
101+
ls -l ./client-v2/target/site/jacoco-aggregate/jacoco.xml
100102
continue-on-error: true
101103
- name: Attach Report
102104
id: jacoco
103105
uses: madrapps/[email protected]
104106
with:
105107
paths: |
106-
${{ github.workspace }}/**/target/site/jacoco-aggregate/jacoco.xml
108+
${{ github.workspace }}/client-v2/target/site/jacoco-aggregate/jacoco.xml
109+
${{ github.workspace }}/jdbc-v2/target/site/jacoco-aggregate/jacoco.xml
107110
token: ${{ secrets.GITHUB_TOKEN }}
108111
min-coverage-overall: 40
109112
min-coverage-changed-files: 60

0 commit comments

Comments
 (0)