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 27ccb8e commit 040e5d2Copy full SHA for 040e5d2
.github/workflows/analysis.yml
@@ -98,3 +98,12 @@ jobs:
98
mvn --batch-mode -DclickhouseVersion=$PREFERRED_LTS_VERSION \
99
-Panalysis verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
100
continue-on-error: true
101
+ - name: Attach Report
102
+ id: jacoco
103
+ uses: madrapps/[email protected]
104
+ with:
105
+ paths: |
106
+ ${{ github.workspace }}/**/target/site/jacoco-aggregate/**/jacoco.xml
107
+ token: ${{ secrets.GITHUB_TOKEN }}
108
+ min-coverage-overall: 40
109
+ min-coverage-changed-files: 60
0 commit comments