Skip to content

Commit 4bc17f5

Browse files
fix: sonar 2
1 parent 62d2558 commit 4bc17f5

File tree

2 files changed

+0
-44
lines changed

2 files changed

+0
-44
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,6 @@ jobs:
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:

pom.xml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -46,40 +46,6 @@
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>

0 commit comments

Comments
 (0)