We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62d2558 commit 37a6c65Copy full SHA for 37a6c65
.github/workflows/sonarcloud.yml
@@ -32,16 +32,6 @@ jobs:
32
key: ${{ runner.os }}-sonar
33
restore-keys: ${{ runner.os }}-sonar
34
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
45
- name: SonarCloud analyze (push) - non-blocking
46
if: github.event_name != 'pull_request'
47
env:
0 commit comments