We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b10ad2d commit a4e4dedCopy full SHA for a4e4ded
.github/workflows/analysis.yml
@@ -97,13 +97,16 @@ jobs:
97
run: |
98
mvn --batch-mode -DclickhouseVersion=$PREFERRED_LTS_VERSION \
99
-Panalysis verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
100
+ pwd
101
+ ls -l ./client-v2/target/site/jacoco-aggregate/jacoco.xml
102
continue-on-error: true
103
- name: Attach Report
104
id: jacoco
105
uses: madrapps/[email protected]
106
with:
107
paths: |
- ${{ 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
110
token: ${{ secrets.GITHUB_TOKEN }}
111
min-coverage-overall: 40
112
min-coverage-changed-files: 60
0 commit comments