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 d7be61c commit 8325635Copy full SHA for 8325635
.github/workflows/main.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Build with Coverage reports
48
if: matrix.sonar-enabled
49
run: |
50
- ./mvnw -B -U -Dstyle.color=always -Possrh,coverage clean verify
+ ./mvnw -B -U -Dstyle.color=always -Dcoverage clean verify
51
52
- name: Build coverage report
53
.github/workflows/pullrequest.yml
@@ -40,7 +40,7 @@ jobs:
40
41
42
43
44
45
46
0 commit comments