File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 key : ${{ runner.os }}-sonar
3333 restore-keys : ${{ runner.os }}-sonar
3434
35- # - name: Build and test (generate JaCoCo)
36- # run: mvn -B verify -Djacoco.skip=false
37-
38- # - name: Generate combined report
39- # run: |
40- # mkdir -p target/jacoco-merged
41- # cp domain/target/jacoco.exec target/jacoco-merged/domain.exec
42- # cp infrastructure/target/jacoco.exec target/jacoco-merged/infra.exec
43- # mvn jacoco:merge -DfileSets=target/jacoco-merged
44-
4535 - name : SonarCloud analyze (push) - non-blocking
4636 if : github.event_name != 'pull_request'
4737 env :
Original file line number Diff line number Diff line change 6464 <goals >
6565 <goal >check</goal >
6666 </goals >
67- <configuration >
68- <rules >
69- <rule >
70- <element >BUNDLE</element >
71- <limits >
72- <limit >
73- <counter >COMPLEXITY</counter >
74- <value >COVEREDRATIO</value >
75- <minimum >0.60</minimum >
76- </limit >
77- </limits >
78- </rule >
79- </rules >
80- </configuration >
8167 </execution >
8268 </executions >
8369 </plugin >
You can’t perform that action at this time.
0 commit comments