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 a29cb83 commit a81ea79Copy full SHA for a81ea79
.github/workflows/main.yml
@@ -51,7 +51,7 @@ jobs:
51
-Dsonar.pullrequest.branch=${{ github.HEAD_REF }}
52
-Dsonar.pullrequest.base=${{ github.BASE_REF }}
53
-Dsonar.pullrequest.github.repository=${{ github.repository }}
54
- --refresh-dependencies --no-daemon --continue
+ --refresh-dependencies --no-daemon --continue --stacktrace
55
# run: ./gradlew test jacocoTestReport && cp build/reports/jacoco/report.xml jacoco.xml || echo "Code coverage failed"
56
# - name: Push codeCoverage to Codecov
57
# run: bash <(curl -s https://codecov.io/bash)
0 commit comments