Skip to content

Commit dd449d0

Browse files
fix: sonar 2
1 parent 62d2558 commit dd449d0

2 files changed

Lines changed: 0 additions & 24 deletions

File tree

.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 & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -64,20 +64,6 @@
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>

0 commit comments

Comments
 (0)