Skip to content

Commit 040e5d2

Browse files
committed
Added attach jacoco report
1 parent 27ccb8e commit 040e5d2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/analysis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,12 @@ jobs:
9898
mvn --batch-mode -DclickhouseVersion=$PREFERRED_LTS_VERSION \
9999
-Panalysis verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
100100
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

Comments
 (0)