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.
2 parents 1f167cc + 668f872 commit 6c0552cCopy full SHA for 6c0552c
buildspec/linuxTests.yml
@@ -40,7 +40,7 @@ phases:
40
fi
41
42
- chmod +x gradlew
43
- - su codebuild-user -c "./gradlew -PideProfileName=$ALTERNATIVE_IDE_PROFILE_NAME check coverageReport --info --console plain --continue"
+ - su codebuild-user -c "./gradlew -PideProfileName=$ALTERNATIVE_IDE_PROFILE_NAME check coverageReport --info --stacktrace --console plain --continue"
44
- su codebuild-user -c "./gradlew -PideProfileName=$ALTERNATIVE_IDE_PROFILE_NAME buildPlugin"
45
- VCS_COMMIT_ID="${CODEBUILD_RESOLVED_SOURCE_VERSION}"
46
- CI_BUILD_URL=$(echo $CODEBUILD_BUILD_URL | sed 's/#/%23/g') # Encode `#` in the URL because otherwise the url is clipped in the Codecov.io site
0 commit comments