Skip to content

Commit

Permalink
added stacktrace to jacoco step
Browse files Browse the repository at this point in the history
  • Loading branch information
Talha Ali committed Feb 27, 2024
1 parent c0893a3 commit 312fbc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: ./gradlew jacocoDebugTestReport sonar --stacktrace
run: ./gradlew jacocoDebugTestReport --stacktrace sonar --stacktrace

0 comments on commit 312fbc9

Please sign in to comment.