We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 778ea6a commit ba88b35Copy full SHA for ba88b35
.github/workflows/pullrequest.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Build with Coverage reports
37
if: matrix.sonar-enabled
38
run: |
39
- ./mvnw -B -U -Dstyle.color=always -Possrh -Dcoverage clean verify
+ ./mvnw -B -U -Dstyle.color=always -Dcoverage clean verify
40
41
- name: Sonar Analysis
42
if: ${{ success() && matrix.sonar-enabled && github.event.pull_request.head.repo.full_name == github.repository }}
0 commit comments