Skip to content

Commit 37a6c65

Browse files
fix: sonar 2
1 parent 62d2558 commit 37a6c65

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
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:

0 commit comments

Comments
 (0)