File tree Expand file tree Collapse file tree 2 files changed +0
-44
lines changed
Expand file tree Collapse file tree 2 files changed +0
-44
lines changed 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 4646 <groupId >org.jacoco</groupId >
4747 <artifactId >jacoco-maven-plugin</artifactId >
4848 <version >0.8.13</version >
49- <executions >
50- <execution >
51- <id >default-prepare-agent</id >
52- <goals >
53- <goal >prepare-agent</goal >
54- </goals >
55- </execution >
56- <execution >
57- <id >default-report</id >
58- <goals >
59- <goal >report</goal >
60- </goals >
61- </execution >
62- <execution >
63- <id >default-check</id >
64- <goals >
65- <goal >check</goal >
66- </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 >
81- </execution >
82- </executions >
8349 </plugin >
8450 </plugins >
8551 </build >
You can’t perform that action at this time.
0 commit comments